Fix typo.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1018 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Jordi Mallach 2002-01-18 23:16:33 +00:00
parent 3a23a55018
commit 394797c15e
1 changed files with 1 additions and 1 deletions

View File

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