From 9406f7d4d2d4cbe64c899c17dc02e99c2e05ec9d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 9 Jul 2007 12:59:17 +0000 Subject: r23763: Fix a typo in DEBUG message. Thanks to Karolin Seeger (ks@sernet.de) (This used to be commit 0ae6ae4ee8098abdfefc9fe7c3880bfbb6da52a8) --- source3/nsswitch/idmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/idmap.c') 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; -- cgit