From 0ae6ae4ee8098abdfefc9fe7c3880bfbb6da52a8 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 9 Jul 2007 12:59:17 +0000 Subject: [PATCH] r23763: Fix a typo in DEBUG message. Thanks to Karolin Seeger (ks@sernet.de) --- source/nsswitch/idmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3