diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-02 17:38:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-02 17:38:18 +0000 |
commit | 3199bda52e85225c22c617617f43591d6fd23eea (patch) | |
tree | 006126cd8ed3c594438de48a6294ae4a857532b2 | |
parent | 6082917e34b3225911c0ea67ffe8a48a1db8b9b5 (diff) | |
download | busybox-3199bda52e85225c22c617617f43591d6fd23eea.tar.gz |
Fix /etc/passwd misspelling.
-Erik
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |