From f95c4fe5fafb503c73c6bad52e754e36159fe74b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Thu, 31 Jan 2002 06:57:08 +0000 Subject: [PATCH] Fix typo. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 7b36685172a..39a4cf93f28 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -9144,7 +9144,7 @@ will read just one key sequence. */) ! NILP (can_return_switch_frame), 0); #if 0 /* The following is fine for code reading a key sequence and - then proceeding with a lenghty compuation, but it's not good + then proceeding with a lenghty computation, but it's not good for code reading keys in a loop, like an input method. */ #ifdef HAVE_X_WINDOWS if (display_hourglass_p) -- 2.39.2