]> git.wh0rd.org Git - nano.git/commitdiff
fix comment inaccuracy
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 7 Feb 2004 03:39:48 +0000 (03:39 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 7 Feb 2004 03:39:48 +0000 (03:39 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1650 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index c4f100dd310e5fadf84bc8bb585756b4ae612b67..6fcefd938899d8778dae863046f570f3be126011 100644 (file)
@@ -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)
 {