diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-03-03 16:03:13 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-03-03 16:03:13 +0100 |
commit | 340797f3fa39278c214c12cbe374a29f0988ecd3 (patch) | |
tree | e4cb4ce3865b1dabfa43db35e048914df6984849 /libcli/auth | |
parent | 892213c7b72b8d22c56c6bd827c8e8785db83849 (diff) | |
download | samba-340797f3fa39278c214c12cbe374a29f0988ecd3.tar.gz samba-340797f3fa39278c214c12cbe374a29f0988ecd3.tar.bz2 samba-340797f3fa39278c214c12cbe374a29f0988ecd3.zip |
Fix typo in comments.
Diffstat (limited to 'libcli/auth')
-rw-r--r-- | libcli/auth/ntlm_check.c | 2 |
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 */ } } |