From 832db768a4b321cbcf86c8302ccd0e5407dc3d26 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 27 Nov 2004 23:28:39 +0000 Subject: [PATCH] typo fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2149 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 3e5fb5e6..92431ad5 100644 --- a/src/winio.c +++ b/src/winio.c @@ -641,7 +641,7 @@ int get_control_kbinput(int kbinput) } /* Translate escape sequences, most of which correspond to extended - * keypad values, nto their corresponding key values. These sequences + * keypad values, into their corresponding key values. These sequences * are generated when the keypad doesn't support the needed keys. If * the escape sequence is recognized but we want to ignore it, return * ERR and set ignore_seq to TRUE; if it's unrecognized, return ERR and -- 2.39.5