]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
auth: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Fri, 7 Jul 2023 02:18:49 +0000 (14:18 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:36 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/credentials/credentials_ntlm.c

index 38226453c4a566e4ee1224d4f82e06d33b918f8d..f30abc74fb0d9d3b88b76cfb38668b29e78bf0f0 100644 (file)
@@ -347,7 +347,7 @@ done:
  *
  * This is required because the nt_hash is calculated over the raw utf16 blob,
  * which might not be completely valid utf16, which means the conversion
- * from CH_UTF16MUNGED to CH_UTF8 might loose information.
+ * from CH_UTF16MUNGED to CH_UTF8 might lose information.
  */
 _PUBLIC_ bool cli_credentials_set_utf16_password(struct cli_credentials *cred,
                                                 const DATA_BLOB *password_utf16,
@@ -401,7 +401,7 @@ _PUBLIC_ bool cli_credentials_set_utf16_password(struct cli_credentials *cred,
  *
  * This is required because the nt_hash is calculated over the raw utf16 blob,
  * which might not be completely valid utf16, which means the conversion
- * from CH_UTF16MUNGED to CH_UTF8 might loose information.
+ * from CH_UTF16MUNGED to CH_UTF8 might lose information.
  */
 _PUBLIC_ bool cli_credentials_set_old_utf16_password(struct cli_credentials *cred,
                                                     const DATA_BLOB *password_utf16)