svn commit: samba r23763 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_26/source/nsswitch

obnox at samba.org obnox at samba.org
Mon Jul 9 12:59:18 GMT 2007


Author: obnox
Date: 2007-07-09 12:59:17 +0000 (Mon, 09 Jul 2007)
New Revision: 23763

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23763

Log:
Fix a typo in DEBUG message.
Thanks to Karolin Seeger (ks at sernet.de)


Modified:
   branches/SAMBA_3_0/source/nsswitch/idmap.c
   branches/SAMBA_3_0_26/source/nsswitch/idmap.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/idmap.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/idmap.c	2007-07-09 12:31:35 UTC (rev 23762)
+++ branches/SAMBA_3_0/source/nsswitch/idmap.c	2007-07-09 12:59:17 UTC (rev 23763)
@@ -306,7 +306,7 @@
 
 		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;

Modified: branches/SAMBA_3_0_26/source/nsswitch/idmap.c
===================================================================
--- branches/SAMBA_3_0_26/source/nsswitch/idmap.c	2007-07-09 12:31:35 UTC (rev 23762)
+++ branches/SAMBA_3_0_26/source/nsswitch/idmap.c	2007-07-09 12:59:17 UTC (rev 23763)
@@ -306,7 +306,7 @@
 
 		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;



More information about the samba-cvs mailing list