svn commit: samba r5920 - in trunk/source/utils: .

jht at samba.org jht at samba.org
Mon Mar 21 16:13:21 GMT 2005


Author: jht
Date: 2005-03-21 16:13:21 +0000 (Mon, 21 Mar 2005)
New Revision: 5920

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

Log:
Fix typo.
Modified:
   trunk/source/utils/net_groupmap.c


Changeset:
Modified: trunk/source/utils/net_groupmap.c
===================================================================
--- trunk/source/utils/net_groupmap.c	2005-03-21 16:12:17 UTC (rev 5919)
+++ trunk/source/utils/net_groupmap.c	2005-03-21 16:13:21 UTC (rev 5920)
@@ -303,7 +303,7 @@
 		return -1;
 	}
 
-	d_printf("Successully added group %s to the mapping db\n", ntgroup);
+	d_printf("Successfully added group %s to the mapping db\n", ntgroup);
 	return 0;
 }
 



More information about the samba-cvs mailing list