svn commit: samba r5918 - in branches/SAMBA_3_0/source/utils: .

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


Author: jht
Date: 2005-03-21 16:11:44 +0000 (Mon, 21 Mar 2005)
New Revision: 5918

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

Log:
Fix typo.
Modified:
   branches/SAMBA_3_0/source/utils/net_groupmap.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_groupmap.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_groupmap.c	2005-03-21 02:08:38 UTC (rev 5917)
+++ branches/SAMBA_3_0/source/utils/net_groupmap.c	2005-03-21 16:11:44 UTC (rev 5918)
@@ -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