From 1fd3b38fd19057e7b048e08d6157ece06874feb1 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 29 Apr 2009 12:02:57 +0000 Subject: *: bb_error_msg's messages should not be capitalized --- miscutils/flash_eraseall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils/flash_eraseall.c') diff --git a/miscutils/flash_eraseall.c b/miscutils/flash_eraseall.c index 3e0c06ffd..4f3e94dc1 100644 --- a/miscutils/flash_eraseall.c +++ b/miscutils/flash_eraseall.c @@ -97,7 +97,7 @@ int flash_eraseall_main(int argc UNUSED_PARAM, char **argv) if (clmlen > 8) clmlen = 8; if (clmlen == 0) - bb_error_msg_and_die("Autoplacement selected and no empty space in oob"); + bb_error_msg_and_die("autoplacement selected and no empty space in oob"); } else { /* Legacy mode */ switch (meminfo.oobsize) { -- cgit v1.2.3