Spelling.
authorTim Potter <tpot@samba.org>
Thu, 4 Apr 2002 06:47:20 +0000 (06:47 +0000)
committerTim Potter <tpot@samba.org>
Thu, 4 Apr 2002 06:47:20 +0000 (06:47 +0000)
(This used to be commit b43256df5367fd16a0f6dcdf94fdbe8932cb77c9)

source3/nsswitch/wbinfo.c

index 60694e6c14a2215d52b9d4815dc54024cb65466d..4ea1e6a30ad40492313cc2f4f407f75a55c3aab8 100644 (file)
@@ -46,7 +46,7 @@ static char winbind_separator(void)
 
        if (winbindd_request(WINBINDD_INFO, NULL, &response) !=
            NSS_STATUS_SUCCESS) {
-               d_printf("could not obtain winbind seperator!\n");
+               d_printf("could not obtain winbind separator!\n");
                /* HACK: (this module should not call lp_ funtions) */
                return *lp_winbind_separator();
        }