Fix typo.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1018 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
3a23a55018
commit
394797c15e
2
rcfile.c
2
rcfile.c
|
@ -220,7 +220,7 @@ void parse_colors(FILE *rcstream, char *buf, char *ptr)
|
||||||
Add it to the colorstrings array for this color */
|
Add it to the colorstrings array for this color */
|
||||||
|
|
||||||
if (i == 0) {
|
if (i == 0) {
|
||||||
rcfile_error(_("regex length much be > 0"));
|
rcfile_error(_("regex length must be > 0"));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue