diff options
Diffstat (limited to 'console-client/xkb/xkbtimer.c')
-rw-r--r-- | console-client/xkb/xkbtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-client/xkb/xkbtimer.c b/console-client/xkb/xkbtimer.c index 7621af72..24791e9e 100644 --- a/console-client/xkb/xkbtimer.c +++ b/console-client/xkb/xkbtimer.c @@ -214,7 +214,7 @@ xkb_input_key (int key) } else { - /* Immediatly report the keypress. */ + /* Immediately report the keypress. */ xkb_handle_key (keyc); /* Check if this repeat is allowed for this keycode. */ |