From 8c07ff563bd1cd3f0bff88b5a104073585e26ae1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 Jan 2001 09:21:34 +0000 Subject: (parse_group): Normalize spelling. --- src/chgrp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chgrp.c b/src/chgrp.c index bc840d65d..60a18a63d 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) -- cgit v1.2.3-70-g09d2