summaryrefslogtreecommitdiff
path: root/source3/nsswitch
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-04 06:47:20 +0000
committerTim Potter <tpot@samba.org>2002-04-04 06:47:20 +0000
commitf98b2faf9918395681fd912f67026d1e68f4fcab (patch)
tree6f9551a2fac9b58905c4013f2d28b5895812601d /source3/nsswitch
parent4b925288efa9f8c6eb8ebf1e8e2c5822b2540594 (diff)
downloadsamba-f98b2faf9918395681fd912f67026d1e68f4fcab.tar.gz
samba-f98b2faf9918395681fd912f67026d1e68f4fcab.tar.bz2
samba-f98b2faf9918395681fd912f67026d1e68f4fcab.zip
Spelling.
(This used to be commit b43256df5367fd16a0f6dcdf94fdbe8932cb77c9)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r--source3/nsswitch/wbinfo.c2
1 files changed, 1 insertions, 1 deletions
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();
}