From b98099d5c8ad84ad0f4d1117d8fa3b07d1d32776 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:56:46 -0800 Subject: [PATCH] fix typo (#3195) (#3196) Signed-off-by: yuye-aws (cherry picked from commit 5cfdc3ce9aa89d79d0ada175d1a497e1942fd75a) Co-authored-by: yuye-aws --- .../org/opensearch/ml/common/input/parameter/MLAlgoParams.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/org/opensearch/ml/common/input/parameter/MLAlgoParams.java b/common/src/main/java/org/opensearch/ml/common/input/parameter/MLAlgoParams.java index 5462feb256..9526549ed9 100644 --- a/common/src/main/java/org/opensearch/ml/common/input/parameter/MLAlgoParams.java +++ b/common/src/main/java/org/opensearch/ml/common/input/parameter/MLAlgoParams.java @@ -10,7 +10,7 @@ /** * Machine learning algorithms parameter interface. - * Implement this interface when add a new algorith. + * Implement this interface when add a new algorithm. */ public interface MLAlgoParams extends ToXContentObject, NamedWriteable {