summaryrefslogtreecommitdiff
path: root/source3
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
parent7104dbd245f8c96f3ab90b3f4c44d6adb55ba809 (diff)
downloadsamba-1d582af3c0dcbfad9a158f3ed38219c95424b045.tar.gz
samba-1d582af3c0dcbfad9a158f3ed38219c95424b045.tar.bz2
samba-1d582af3c0dcbfad9a158f3ed38219c95424b045.zip
Spelling fixes.
(This used to be commit a5ac2ac4ada48ee3be061a32ba40bd8c4b3b3865)
Diffstat (limited to 'source3')
-rw-r--r--source3/auth/auth_util.c2
-rw-r--r--source3/lib/util_sec.c2
-rw-r--r--source3/nsswitch/winbindd_rpc.c2
3 files changed, 3 insertions, 3 deletions
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);
diff --git a/source3/lib/util_sec.c b/source3/lib/util_sec.c
index dd9a64d534..d59b1b0471 100644
--- a/source3/lib/util_sec.c
+++ b/source3/lib/util_sec.c
@@ -414,7 +414,7 @@ main()
#endif
/****************************************************************************
-Check if we are setuid root. Used in libsmb and smbpasswd parinoia checks.
+Check if we are setuid root. Used in libsmb and smbpasswd paranoia checks.
****************************************************************************/
BOOL is_setuid_root(void)
{
diff --git a/source3/nsswitch/winbindd_rpc.c b/source3/nsswitch/winbindd_rpc.c
index 5e766cd9eb..c56b553bdc 100644
--- a/source3/nsswitch/winbindd_rpc.c
+++ b/source3/nsswitch/winbindd_rpc.c
@@ -243,7 +243,7 @@ static NTSTATUS sid_to_name(struct winbindd_domain *domain,
*name = names[0];
DEBUG(5,("Mapped sid to [%s]\\[%s]\n", domains[0], *name));
- /* Parinoia */
+ /* Paranoia */
if (strcasecmp(domain->name, domains[0]) != 0) {
DEBUG(1, ("domain name from domain param and PDC lookup return differ! (%s vs %s)\n", domain->name, domains[0]));
return NT_STATUS_UNSUCCESSFUL;