From 340797f3fa39278c214c12cbe374a29f0988ecd3 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 3 Mar 2010 16:03:13 +0100 Subject: Fix typo in comments. --- libcli/auth/ntlm_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/auth') 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 */ } } -- cgit