From f567bcbd87fb604e58d33a3534be24b9016efaf7 Mon Sep 17 00:00:00 2001 From: yuye-aws Date: Sat, 2 Nov 2024 01:09:03 +0800 Subject: [PATCH] fix typo (#3195) Signed-off-by: yuye-aws (cherry picked from commit 5cfdc3ce9aa89d79d0ada175d1a497e1942fd75a) --- .../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 {