From: Joseph Sutton Date: Fri, 7 Jul 2023 02:18:49 +0000 (+1200) Subject: auth: Fix code spelling X-Git-Tag: tevent-0.16.0~1245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50c6ca694244e2d16af8ee3c06db6c6fe4ae3d8f;p=thirdparty%2Fsamba.git auth: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/auth/credentials/credentials_ntlm.c b/auth/credentials/credentials_ntlm.c index 38226453c4a..f30abc74fb0 100644 --- a/auth/credentials/credentials_ntlm.c +++ b/auth/credentials/credentials_ntlm.c @@ -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)