diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-07-31 20:28:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-07-31 20:28:52 (GMT) |
commit | cb03c2bb4cd893e2c771f9cdebec19660af945e0 (patch) | |
tree | 07c76b93c254dbb37f4d29209e3edf098b19e205 | |
parent | c3e9f1c0d89a8fb2d33345abb8abd3cfab381bf4 (diff) | |
parent | 5c28ad6e3066669cbf7a9bf5d861b1323839ce38 (diff) | |
download | tk-cb03c2bb4cd893e2c771f9cdebec19660af945e0.zip tk-cb03c2bb4cd893e2c771f9cdebec19660af945e0.tar.gz tk-cb03c2bb4cd893e2c771f9cdebec19660af945e0.tar.bz2 |
merge mark: fix typo in comment
-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. */ |