diff --git a/src/main/java/org/opensearch/security/ssl/util/ExceptionUtils.java b/src/main/java/org/opensearch/security/ssl/util/ExceptionUtils.java index 972f7ea035..81fc4d7fe3 100644 --- a/src/main/java/org/opensearch/security/ssl/util/ExceptionUtils.java +++ b/src/main/java/org/opensearch/security/ssl/util/ExceptionUtils.java @@ -65,7 +65,7 @@ public static OpenSearchException createBadHeaderException() { } public static OpenSearchException invalidUsageOfOBOTokenException() { - return new OpenSearchException("On-Behalf-Of Token is not allowed to be used for accessing this endopoint."); + return new OpenSearchException("On-Behalf-Of Token is not allowed to be used for accessing this endpoint."); } public static OpenSearchException createTransportClientNoLongerSupportedException() {