# HG changeset patch # User Pavel Jank # Date 1012460228 0 # Node ID 7b45dfaa39cd90a8d69f5ebe21e09e52a0838c27 # Parent 44cc2669551f23b1b2bb2f10ffb9cdb6ed30089c Fix typo. diff -r 44cc2669551f -r 7b45dfaa39cd src/keyboard.c --- a/src/keyboard.c Tue Jan 29 22:35:51 2002 +0000 +++ b/src/keyboard.c Thu Jan 31 06:57:08 2002 +0000 @@ -9144,7 +9144,7 @@ ! 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)