From 1d582af3c0dcbfad9a158f3ed38219c95424b045 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 24 Mar 2002 23:25:05 +0000 Subject: Spelling fixes. (This used to be commit a5ac2ac4ada48ee3be061a32ba40bd8c4b3b3865) --- source3/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth/auth_util.c') diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index a834227e1f..d80c927c19 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -343,7 +343,7 @@ BOOL make_user_info_netlogon_interactive(auth_usersupplied_info **user_info, SMBOWFencrypt((const unsigned char *)lm_pwd, chal, local_lm_response); SMBOWFencrypt((const unsigned char *)nt_pwd, chal, local_nt_response); - /* Password info parinoia */ + /* Password info paranoia */ ZERO_STRUCT(lm_pwd); ZERO_STRUCT(nt_pwd); ZERO_STRUCT(key); -- cgit