summaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-02 17:38:18 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-02 17:38:18 +0000
commit3199bda52e85225c22c617617f43591d6fd23eea (patch)
tree006126cd8ed3c594438de48a6294ae4a857532b2 /utility.c
parent6082917e34b3225911c0ea67ffe8a48a1db8b9b5 (diff)
downloadbusybox-w32-3199bda52e85225c22c617617f43591d6fd23eea.tar.gz
busybox-w32-3199bda52e85225c22c617617f43591d6fd23eea.tar.bz2
busybox-w32-3199bda52e85225c22c617617f43591d6fd23eea.zip
Fix /etc/passwd misspelling.
-Erik
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index 68bdc3197..c0dd98f74 100644
--- a/utility.c
+++ b/utility.c
@@ -806,7 +806,7 @@ unsigned long my_getid(const char *filename, char *name, unsigned long id, unsig
806 806
807 file = fopen(filename, "r"); 807 file = fopen(filename, "r");
808 if (file == NULL) { 808 if (file == NULL) {
809 /* Do not complain. It is ok for /etc/password and 809 /* Do not complain. It is ok for /etc/passwd and
810 * friends to be missing... */ 810 * friends to be missing... */
811 return (-1); 811 return (-1);
812 } 812 }