From b7e5cf6538fea6fbe85bd2466239b172e9de9cee Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 7 Feb 2004 03:39:48 +0000 Subject: [PATCH] fix comment inaccuracy git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1650 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/winio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winio.c b/src/winio.c index c4f100dd..6fcefd93 100644 --- a/src/winio.c +++ b/src/winio.c @@ -724,7 +724,7 @@ int get_escape_seq_kbinput(WINDOW *win, int *escape_seq, int } /* Return the equivalent arrow key value for the case-insensitive - * letters A (up), B (down), C (left), and D (right). These are common + * letters A (up), B (down), C (right), and D (left). These are common * to many escape sequences. */ int get_escape_seq_abcd(int kbinput) { -- 2.39.5