nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 394797c15e85fe31d01444173bae3ca1f18ac6da
parent 3a23a55018625bfef994e615113e1908b8661b17
Author: Jordi Mallach <jordi@gnu.org>
Date:   Fri, 18 Jan 2002 23:16:33 +0000

Fix typo.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1018 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Mrcfile.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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