Fix /etc/passwd misspelling.

-Erik
This commit is contained in:
Eric Andersen 2000-06-02 17:38:18 +00:00
parent 6082917e34
commit 3199bda52e

View File

@ -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);
}