From dbcd318cf54ed860f11c9b1f6bda41f187fae155 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 28 May 2003 04:22:11 +0000 Subject: Spelling. (This used to be commit e063c95bd5609e6aeade2d88e5cd9286d033971c) --- source3/auth/auth_sam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth') diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c index dc5f86bae3..a7e49a270f 100644 --- a/source3/auth/auth_sam.c +++ b/source3/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