1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

Spelling.

(This used to be commit b43256df5367fd16a0f6dcdf94fdbe8932cb77c9)
This commit is contained in:
Tim Potter 2002-04-04 06:47:20 +00:00
parent 4b925288ef
commit f98b2faf99

View 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();
}