Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/deluser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/deluser.c b/loginutils/deluser.c
index f4320687e..bbbd77dbd 100644
--- a/loginutils/deluser.c
+++ b/loginutils/deluser.c
@@ -70,7 +70,7 @@ static void del_line_matching(const char *login, const char *filename)
fclose(passwd);
}
} else {
- bb_error_msg("Can't find '%s' in '%s'", login, filename);
+ bb_error_msg("can't find '%s' in '%s'", login, filename);
}
free(buffer);
}