From eeefe8cf5e2303863ea63d1487042082cdfc2778 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Mon, 21 Mar 2005 16:11:44 +0000 Subject: r5918: Fix typo. (This used to be commit 0d38d5f610a280a29617f887329d9084f0be6203) --- source3/utils/net_groupmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_groupmap.c') diff --git a/source3/utils/net_groupmap.c b/source3/utils/net_groupmap.c index 158c006d1c..a63e8176f8 100644 --- a/source3/utils/net_groupmap.c +++ b/source3/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; } -- cgit