diff options
author | Michael Adam <obnox@samba.org> | 2007-07-09 12:59:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:53 -0500 |
commit | 9406f7d4d2d4cbe64c899c17dc02e99c2e05ec9d (patch) | |
tree | beeaa3116c598120a191710e297b672d0b0e08dc /source3 | |
parent | ead70dc92e16a79cd7767dbc9f727bc530925abd (diff) | |
download | samba-9406f7d4d2d4cbe64c899c17dc02e99c2e05ec9d.tar.gz samba-9406f7d4d2d4cbe64c899c17dc02e99c2e05ec9d.tar.bz2 samba-9406f7d4d2d4cbe64c899c17dc02e99c2e05ec9d.zip |
r23763: Fix a typo in DEBUG message.
Thanks to Karolin Seeger (ks@sernet.de)
(This used to be commit 0ae6ae4ee8098abdfefc9fe7c3880bfbb6da52a8)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/idmap.c b/source3/nsswitch/idmap.c index 0309697b20..efd2d533b4 100644 --- a/source3/nsswitch/idmap.c +++ b/source3/nsswitch/idmap.c @@ -306,7 +306,7 @@ NTSTATUS idmap_init(void) if ( dom_list ) { DEBUG(0, ("WARNING: idmap backend and idmap domains are " - "mutually excusive!\n")); + "mutually exclusive!\n")); DEBUGADD(0,("idmap backend option will be IGNORED!\n")); } else { compat = 1; |