diff --git a/src/main/java/org/opensearch/agent/tools/SearchAnomalyResultsTool.java b/src/main/java/org/opensearch/agent/tools/SearchAnomalyResultsTool.java index 7d36a7ed..ef1a44dd 100644 --- a/src/main/java/org/opensearch/agent/tools/SearchAnomalyResultsTool.java +++ b/src/main/java/org/opensearch/agent/tools/SearchAnomalyResultsTool.java @@ -71,7 +71,7 @@ public Object parse(Object o) { } // Response is currently in a simple string format including the list of anomaly results (only detector ID, grade, confidence), - // and toal # of results. The output will likely need to be updated, standardized, and include more fields in the + // and total # of results. The output will likely need to be updated, standardized, and include more fields in the // future to cover a sufficient amount of potential questions the agent will need to handle. @Override public void run(Map parameters, ActionListener listener) {