r23763: Fix a typo in DEBUG message.
authorMichael Adam <obnox@samba.org>
Mon, 9 Jul 2007 12:59:17 +0000 (12:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:53 +0000 (12:23 -0500)
Thanks to Karolin Seeger (ks@sernet.de)
(This used to be commit 0ae6ae4ee8098abdfefc9fe7c3880bfbb6da52a8)

source3/nsswitch/idmap.c

index 0309697b2019f4b69c7564baa192d40448830667..efd2d533b4d1243bedb81817726e46b1f86a5074 100644 (file)
@@ -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;