From ba590d3dc33da1bd16c518729c7b723c779a1569 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 12 Jun 2002 05:50:03 +0000 Subject: Spelling. (This used to be commit bfd8a33c68a3747cbad21667d7515aebd61ec537) --- source3/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 0d7a952c04..785815814d 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -140,7 +140,7 @@ static BOOL make_user_info(auth_usersupplied_info **user_info, return False; } - DEBUG(5,("makeing blobs for %s's user_info struct\n", internal_username)); + DEBUG(5,("making blobs for %s's user_info struct\n", internal_username)); (*user_info)->lm_resp = data_blob(lm_pwd.data, lm_pwd.length); (*user_info)->nt_resp = data_blob(nt_pwd.data, nt_pwd.length); -- cgit