diff options
author | Tim Potter <tpot@samba.org> | 2002-06-12 05:50:03 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-06-12 05:50:03 +0000 |
commit | ba590d3dc33da1bd16c518729c7b723c779a1569 (patch) | |
tree | 5cbd59d7a5ec952ed7c52e21bc121ff3f711da19 /source3 | |
parent | 9404025a02f2f47591e7e0e77f33b2a036f04903 (diff) | |
download | samba-ba590d3dc33da1bd16c518729c7b723c779a1569.tar.gz samba-ba590d3dc33da1bd16c518729c7b723c779a1569.tar.bz2 samba-ba590d3dc33da1bd16c518729c7b723c779a1569.zip |
Spelling.
(This used to be commit bfd8a33c68a3747cbad21667d7515aebd61ec537)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/auth/auth_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |