From: danw Date: Sun, 28 Sep 1997 17:03:58 +0000 (+0000) Subject: fix a typo X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/291814e274e6f598267ccfc6357d203f04e419fa fix a typo --- diff --git a/clients/passwd/chsh.c b/clients/passwd/chsh.c index 75d4d2d2..548cb249 100644 --- a/clients/passwd/chsh.c +++ b/clients/passwd/chsh.c @@ -240,7 +240,7 @@ void check_shell(shell) if (!ok) { if (shell[0] != '/') { - fprintf(stderr, "%s it not a standard shell. ", shell); + fprintf(stderr, "%s is not a standard shell. ", shell); fprintf(stderr, "You may choose to use a nonstandard\n"); fprintf(stderr, "shell, but you must specify its complete "); fprintf(stderr, "path name.\n");