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; }