From d3d004dd3507f841745956a035fff68936378f9c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 27 Oct 2006 09:02:31 +0000 Subject: last nail into error_msg() (de)capitalization --- editors/sed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/sed.c') diff --git a/editors/sed.c b/editors/sed.c index 65ca560..a1602394 100644 --- a/editors/sed.c +++ b/editors/sed.c @@ -610,7 +610,7 @@ static int do_subst_command(sed_cmd_t *sed_cmd, char **line) if (sed_cmd->sub_match == NULL) { current_regex = bbg.previous_regex_ptr; if (!current_regex) - bb_error_msg_and_die("No previous regexp."); + bb_error_msg_and_die("no previous regexp"); } else bbg.previous_regex_ptr = current_regex = sed_cmd->sub_match; -- cgit v1.1