diff --git a/src/winio.c b/src/winio.c
index 3e5fb5e6546aedab9c3a67553065b02b57e946ed..92431ad5594abac1adb1c4ff73c4675e77175558 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