From: John Terpstra Date: Mon, 21 Mar 2005 16:11:44 +0000 (+0000) Subject: r5918: Fix typo. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5089 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d38d5f610a280a29617f887329d9084f0be6203;p=thirdparty%2Fsamba.git r5918: Fix typo. --- diff --git a/source/utils/net_groupmap.c b/source/utils/net_groupmap.c index 158c006d1c0..a63e8176f8a 100644 --- a/source/utils/net_groupmap.c +++ b/source/utils/net_groupmap.c @@ -303,7 +303,7 @@ static int net_groupmap_add(int argc, const char **argv) 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; }