From: Jim Meyering Date: Sun, 7 Jan 2001 09:21:34 +0000 (+0000) Subject: (parse_group): Normalize spelling. X-Git-Tag: FILEUTILS-4_0_36~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c07ff563bd1cd3f0bff88b5a104073585e26ae1;p=thirdparty%2Fcoreutils.git (parse_group): Normalize spelling. --- diff --git a/src/chgrp.c b/src/chgrp.c index bc840d65db..60a18a63d0 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -1,5 +1,5 @@ /* chgrp -- change group ownership of files - Copyright (C) 89, 90, 91, 1995-2000 Free Software Foundation, Inc. + Copyright (C) 89, 90, 91, 1995-2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -91,7 +91,7 @@ parse_group (const char *name, gid_t *g) struct group *grp; if (*name == '\0') - error (1, 0, _("can not change to null group")); + error (1, 0, _("cannot change to null group")); grp = getgrnam (name); if (grp == NULL)