wget: add TODO
[oweals/busybox.git] / networking / fakeidentd.c
index c8d32765a4b9cd92ff9598e9a73309c3a706c1a4..18e86c50bbdd5c1f4835c258beb137f8617564c2 100644 (file)
@@ -140,7 +140,7 @@ static int godaemon(void)
        case 0:
                pw = getpwnam(nobodystr);
                if (pw == NULL)
-                       bb_error_msg_and_die("Cannot find uid/gid of user '%s'", nobodystr);
+                       bb_error_msg_and_die("cannot find uid/gid of user '%s'", nobodystr);
                nobody = pw->pw_uid;
                nogrp = pw->pw_gid;
                writepid(nobody, nogrp);