summaryrefslogtreecommitdiff
path: root/libcli/auth/ntlm_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcli/auth/ntlm_check.c')
-rw-r--r--libcli/auth/ntlm_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/auth/ntlm_check.c b/libcli/auth/ntlm_check.c
index 978f0fe1be..9f968efbd0 100644
--- a/libcli/auth/ntlm_check.c
+++ b/libcli/auth/ntlm_check.c
@@ -416,7 +416,7 @@ NTSTATUS ntlm_password_check(TALLOC_CTX *mem_ctx,
} else {
DEBUG(2,("ntlm_password_check: NTLMv1 passwords NOT PERMITTED for user %s\n",
username));
- /* no return, becouse we might pick up LMv2 in the LM field */
+ /* no return, because we might pick up LMv2 in the LM field */
}
}