diff --git a/spi/src/main/java/org/opensearch/ml/common/spi/memory/Memory.java b/spi/src/main/java/org/opensearch/ml/common/spi/memory/Memory.java index 61e695f6a0..4898cea587 100644 --- a/spi/src/main/java/org/opensearch/ml/common/spi/memory/Memory.java +++ b/spi/src/main/java/org/opensearch/ml/common/spi/memory/Memory.java @@ -54,7 +54,7 @@ interface Factory { * Create an instance of this Memory. * * @param params Parameters for the memory - * @param listener Action listern for the memory creation action + * @param listener Action listen for the memory creation action */ void create(Map params, ActionListener listener); }