From: Eric Andersen Date: Fri, 2 Jun 2000 17:38:18 +0000 (-0000) Subject: Fix /etc/passwd misspelling. X-Git-Tag: 0_45~91 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3199bda52e85225c22c617617f43591d6fd23eea;p=oweals%2Fbusybox.git Fix /etc/passwd misspelling. -Erik --- 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 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); }