]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-utils: Fix typo in error message in net groupmap
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 27 Sep 2022 02:05:56 +0000 (15:05 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 21 Oct 2022 03:57:33 +0000 (03:57 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source3/utils/net_groupmap.c

index 68765a21fc89755755ce7a6c86f848594bdccdd7..4f36d450f8ef3dc890fe804240fe7c5ea71bb339 100644 (file)
@@ -157,7 +157,7 @@ static int net_groupmap_list(struct net_context *c, int argc, const char **argv)
                /* Get the current mapping from the database */
                if(!pdb_getgrsid(map, sid)) {
                        d_fprintf(stderr,
-                                 _("Failure to local group SID in the "
+                                 _("Failure to find local group SID in the "
                                    "database\n"));
                        TALLOC_FREE(map);
                        return -1;