summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_util.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-03-24 23:25:05 +0000
committerTim Potter <tpot@samba.org>2002-03-24 23:25:05 +0000
commit1d582af3c0dcbfad9a158f3ed38219c95424b045 (patch)
tree8ae3a496f352f1cb4e1d3ad3eecaa002d21ba1cb /source3/auth/auth_util.c
parent7104dbd245f8c96f3ab90b3f4c44d6adb55ba809 (diff)
downloadsamba-1d582af3c0dcbfad9a158f3ed38219c95424b045.tar.gz
samba-1d582af3c0dcbfad9a158f3ed38219c95424b045.tar.xz
samba-1d582af3c0dcbfad9a158f3ed38219c95424b045.zip
Spelling fixes.
(This used to be commit a5ac2ac4ada48ee3be061a32ba40bd8c4b3b3865)
Diffstat (limited to 'source3/auth/auth_util.c')
-rw-r--r--source3/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index a834227e1f2..d80c927c19e 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);