Spelling fixes.
authorTim Potter <tpot@samba.org>
Sun, 24 Mar 2002 23:25:05 +0000 (23:25 +0000)
committerTim Potter <tpot@samba.org>
Sun, 24 Mar 2002 23:25:05 +0000 (23:25 +0000)
source/auth/auth_util.c
source/lib/util_sec.c
source/nsswitch/winbindd_rpc.c

index a834227e1f284dc14cd9a81acab05cc942be92c3..d80c927c19ed0c463cec14347c4d83b3a4bfe2c2 100644 (file)
@@ -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);
index dd9a64d534b70cace43edb8bc9ee7bcb639ed35a..d59b1b0471664a7b9a0f67cd4337a1418b67f89f 100644 (file)
@@ -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) 
 {
index 5e766cd9eb78d1af4900348aced693183b8814d6..c56b553bdca87747711fb7b95da3c67ce29ce146 100644 (file)
@@ -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;