aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-11-15 00:57:40 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-11-15 00:57:40 +0000
commit1fe4e9e573c2c6f5338890cc3d1de6d2b7384600 (patch)
tree3f2740880df21836606f9c959438c7666d6e0084 /procps
parentae6bf96659f11873b7ce521c790808f2c7f67dec (diff)
downloadbusybox-1fe4e9e573c2c6f5338890cc3d1de6d2b7384600.tar.gz
cosmetic change in message text
Diffstat (limited to 'procps')
-rw-r--r--procps/kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/kill.c b/procps/kill.c
index 65c283760..a77d66e7a 100644
--- a/procps/kill.c
+++ b/procps/kill.c
@@ -129,7 +129,7 @@ do_it_now:
/* Pid or name is required for kill/killall */
if (argc < 1) {
- bb_error_msg("You need to specify whom to kill");
+ bb_error_msg("you need to specify whom to kill");
return EXIT_FAILURE;
}