]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
auth/cephx: fix typo
authorPatrick Donnelly <pdonnell@ibm.com>
Sat, 6 Dec 2025 00:20:56 +0000 (19:20 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 29 Dec 2025 22:34:48 +0000 (17:34 -0500)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/auth/cephx/CephxProtocol.cc

index 57b50e1e327c0382af203d20a52694df3ef881ed..f324846b53e7fb007a6a8a394ed95090b48b3df7 100644 (file)
@@ -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))