]> andersk Git - moira.git/commitdiff
fix a typo
authordanw <danw>
Sun, 28 Sep 1997 17:03:58 +0000 (17:03 +0000)
committerdanw <danw>
Sun, 28 Sep 1997 17:03:58 +0000 (17:03 +0000)
clients/passwd/chsh.c

index 75d4d2d2bac485b7922ba6ed290daf26db40ec9d..548cb249e982547c9dd9573803561cc8a0b3fb13 100644 (file)
@@ -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");
This page took 0.950363 seconds and 5 git commands to generate.