Fix /etc/passwd misspelling.
authorEric Andersen <andersen@codepoet.org>
Fri, 2 Jun 2000 17:38:18 +0000 (17:38 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 2 Jun 2000 17:38:18 +0000 (17:38 -0000)
 -Erik

utility.c

index 68bdc3197d5c121011875140f1927ca39269642d..c0dd98f74920644ea1207e1f61ab66fc17be3bd9 100644 (file)
--- a/utility.c
+++ b/utility.c
@@ -806,7 +806,7 @@ unsigned long my_getid(const char *filename, char *name, unsigned long id, unsig
 
        file = fopen(filename, "r");
        if (file == NULL) {
-               /* Do not complain.  It is ok for /etc/password and
+               /* Do not complain.  It is ok for /etc/passwd and
                 * friends to be missing... */
                return (-1);
        }