From: Joseph Sutton Date: Tue, 27 Sep 2022 02:05:56 +0000 (+1300) Subject: s3-utils: Fix typo in error message in net groupmap X-Git-Tag: talloc-2.4.0~689 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31eb2986da6fcde44cb2d0ef5298f1c97bb430c3;p=thirdparty%2Fsamba.git s3-utils: Fix typo in error message in net groupmap Signed-off-by: Joseph Sutton Reviewed-by: Douglas Bagnall --- diff --git a/source3/utils/net_groupmap.c b/source3/utils/net_groupmap.c index 68765a21fc8..4f36d450f8e 100644 --- a/source3/utils/net_groupmap.c +++ b/source3/utils/net_groupmap.c @@ -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;