From 93c6d23a226c69d41f75adbfcc2da78eed78060e Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 5 Dec 2025 19:20:56 -0500 Subject: [PATCH] auth/cephx: fix typo Signed-off-by: Patrick Donnelly --- src/auth/cephx/CephxProtocol.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/cephx/CephxProtocol.cc b/src/auth/cephx/CephxProtocol.cc index 57b50e1e327..f324846b53e 100644 --- a/src/auth/cephx/CephxProtocol.cc +++ b/src/auth/cephx/CephxProtocol.cc @@ -49,7 +49,7 @@ void cephx_calc_client_server_challenge(CephContext *cct, CryptoKey& secret, uin /* * AES256KRB5 has a builtin confounder that randomizes the result, * so just encode_encrypt() cannot be used. We should use - * a cryptographic has anyway, keeping the old behavior + * a cryptographic hash anyway, keeping the old behavior * for AES for backward compatibility. */ if (encode_hash(cct, b, secret, enc, error)) -- 2.47.3