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-20260210.212535~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3f5df9497189677ae06cb30d6fa162b2787b91a6;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))