Commit 394797c1 authored by Jordi Mallach's avatar Jordi Mallach
Browse files

Fix typo.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1018 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 3a23a550
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment