r5918: Fix typo.
authorJohn Terpstra <jht@samba.org>
Mon, 21 Mar 2005 16:11:44 +0000 (16:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:08 +0000 (10:56 -0500)
(This used to be commit 0d38d5f610a280a29617f887329d9084f0be6203)

source3/utils/net_groupmap.c

index 158c006d1c04a652677b3735d5bfbc362a2f0859..a63e8176f8a9e03cfc97ce3974febadecc509065 100644 (file)
@@ -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;
 }