/* 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
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)