From 291814e274e6f598267ccfc6357d203f04e419fa Mon Sep 17 00:00:00 2001 From: danw Date: Sun, 28 Sep 1997 17:03:58 +0000 Subject: [PATCH] fix a typo --- clients/passwd/chsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.45.1