From: Denis Vlasenko Date: Thu, 15 Nov 2007 00:57:40 +0000 (-0000) Subject: cosmetic change in message text X-Git-Tag: 1_9_0~104 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1fe4e9e573c2c6f5338890cc3d1de6d2b7384600;p=oweals%2Fbusybox.git cosmetic change in message text --- 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; }