about summary refs log tree commit diff stats
path: root/src/LYKeymap.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-06-29 13:01:29 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1999-06-29 13:01:29 -0400
commit83824f14360f92f8a3a47ac5f136bb077b141065 (patch)
tree9b21f7145d93e54ad67f57e8807f20493dfcbc3d /src/LYKeymap.c
parent5be99e2ee1a17028574fcbd90b9ba2c09555585e (diff)
downloadlynx-snapshots-83824f14360f92f8a3a47ac5f136bb077b141065.tar.gz
snapshot of project "lynx", label v2-8-3_3
Diffstat (limited to 'src/LYKeymap.c')
-rw-r--r--src/LYKeymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYKeymap.c b/src/LYKeymap.c
index 3999898c..be169559 100644
--- a/src/LYKeymap.c
+++ b/src/LYKeymap.c
@@ -893,7 +893,7 @@ PUBLIC int lkcstring_to_lkc ARGS1(
 #ifndef USE_SLANG
 	   if (c >= 0) {
 	       if ((c&LKC_MASK) > 255 && !(c & LKC_ISLKC))
-		   return (-1);	/* Don't accept untranslatable curses KEY_* */
+		   return (-1);	/* Don't accept untranslated curses KEY_* */
 	       else
 		   c &= ~LKC_ISLKC;
 	   }