diff options
author | John Terpstra <jht@samba.org> | 2005-03-21 16:11:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:08 -0500 |
commit | eeefe8cf5e2303863ea63d1487042082cdfc2778 (patch) | |
tree | 97b7e9bc6bfffc91502379c53e96caf9b8b96601 /source3/utils/net_groupmap.c | |
parent | 100b7adcd7c8df76821839376bb363e7fbf02c82 (diff) | |
download | samba-eeefe8cf5e2303863ea63d1487042082cdfc2778.tar.gz samba-eeefe8cf5e2303863ea63d1487042082cdfc2778.tar.xz samba-eeefe8cf5e2303863ea63d1487042082cdfc2778.zip |
r5918: Fix typo.
(This used to be commit 0d38d5f610a280a29617f887329d9084f0be6203)
Diffstat (limited to 'source3/utils/net_groupmap.c')
-rw-r--r-- | source3/utils/net_groupmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_groupmap.c b/source3/utils/net_groupmap.c index 158c006d1c0..a63e8176f8a 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; } |