Fix spelling errors.
[oweals/busybox.git] / 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);
        }