From 954e6ca613ebd0a9adec1245dfa11ecaa4c1a1ad Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Thu, 16 Apr 2026 13:16:14 -0700 Subject: [PATCH] security: fix 'recieved' -> 'received' in IAutoCredentials Javadoc Javadoc in storm-client/src/jvm/org/apache/storm/security/auth/IAutoCredentials.java line 42 read 'credentials are recieved'. Fixed to 'received'. Comment-only change. Signed-off-by: SAY-5 --- .../jvm/org/apache/storm/security/auth/IAutoCredentials.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storm-client/src/jvm/org/apache/storm/security/auth/IAutoCredentials.java b/storm-client/src/jvm/org/apache/storm/security/auth/IAutoCredentials.java index ac836caf199..3497279b3bc 100644 --- a/storm-client/src/jvm/org/apache/storm/security/auth/IAutoCredentials.java +++ b/storm-client/src/jvm/org/apache/storm/security/auth/IAutoCredentials.java @@ -39,7 +39,7 @@ public interface IAutoCredentials { /** - * Called to update the subject on the worker side when new credentials are recieved. This means that populateSubject has already been + * Called to update the subject on the worker side when new credentials are received. This means that populateSubject has already been * called on this subject. * * @param subject the subject to optionally put credentials in.