From: Michael Adam Date: Mon, 9 Jul 2007 12:59:17 +0000 (+0000) Subject: r23763: Fix a typo in DEBUG message. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ae6ae4ee8098abdfefc9fe7c3880bfbb6da52a8;p=thirdparty%2Fsamba.git r23763: Fix a typo in DEBUG message. Thanks to Karolin Seeger (ks@sernet.de) --- diff --git a/source/nsswitch/idmap.c b/source/nsswitch/idmap.c index 0309697b201..efd2d533b4d 100644 --- a/source/nsswitch/idmap.c +++ b/source/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;