From: Patrick Donnelly Date: Sat, 6 Dec 2025 00:20:56 +0000 (-0500) Subject: auth/cephx: fix typo X-Git-Tag: testing/wip-pdonnell-testing-20260126.152838~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=93c6d23a226c69d41f75adbfcc2da78eed78060e;p=ceph-ci.git auth/cephx: fix typo Signed-off-by: Patrick Donnelly --- 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))