diff options
Diffstat (limited to 'source3/nsswitch/idmap.c')
-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; |