From e063c95bd5609e6aeade2d88e5cd9286d033971c Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 28 May 2003 04:22:11 +0000 Subject: Spelling. --- source/auth/auth_sam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/auth/auth_sam.c b/source/auth/auth_sam.c index dc5f86bae3f..a7e49a270f0 100644 --- a/source/auth/auth_sam.c +++ b/source/auth/auth_sam.c @@ -224,7 +224,7 @@ static NTSTATUS sam_password_ok(const struct auth_context *auth_context, } } else { DEBUG(2,("sam_password_ok: NTLMv1 passwords NOT PERMITTED for user %s\n",pdb_get_username(sampass))); - /* no return, because we might pick up LMv2 in the LM feild */ + /* no return, because we might pick up LMv2 in the LM field */ } } -- cgit