diff options
-rw-r--r-- | unix/tkUnixKey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixKey.c b/unix/tkUnixKey.c index b3f5b93..f132e59 100644 --- a/unix/tkUnixKey.c +++ b/unix/tkUnixKey.c @@ -211,7 +211,7 @@ TkpGetString( /* * When mapping from a keysym to a keycode, need information about the - * modifier state tp be used so that when they call XkbKeycodeToKeysym taking + * modifier state to be used so that when they call XkbKeycodeToKeysym taking * into account the xkey.state, they will get back the original keysym. */ |