From 394797c15e85fe31d01444173bae3ca1f18ac6da Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Fri, 18 Jan 2002 23:16:33 +0000 Subject: [PATCH] Fix typo. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1018 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- rcfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcfile.c b/rcfile.c index 8307450f..ca2320f7 100644 --- a/rcfile.c +++ b/rcfile.c @@ -220,7 +220,7 @@ void parse_colors(FILE *rcstream, char *buf, char *ptr) Add it to the colorstrings array for this color */ if (i == 0) { - rcfile_error(_("regex length much be > 0")); + rcfile_error(_("regex length must be > 0")); continue; } -- 2.39.5