From f98b2faf9918395681fd912f67026d1e68f4fcab Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 4 Apr 2002 06:47:20 +0000 Subject: Spelling. (This used to be commit b43256df5367fd16a0f6dcdf94fdbe8932cb77c9) --- source3/nsswitch/wbinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c index 60694e6c14..4ea1e6a30a 100644 --- a/source3/nsswitch/wbinfo.c +++ b/source3/nsswitch/wbinfo.c @@ -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(); } -- cgit