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 | 1754d107eec0f5a8ac1d589923bb650f8995e63e (patch) | |
tree | 07c76b93c254dbb37f4d29209e3edf098b19e205 /unix | |
parent | 289e63ea56c1a6d3384f6bdeee3b9a47847f3206 (diff) | |
parent | d4d09285a32e8effbeb1abd545fc3be92d6605cb (diff) | |
download | tk-1754d107eec0f5a8ac1d589923bb650f8995e63e.zip tk-1754d107eec0f5a8ac1d589923bb650f8995e63e.tar.gz tk-1754d107eec0f5a8ac1d589923bb650f8995e63e.tar.bz2 |
merge mark: fix typo in comment
Diffstat (limited to 'unix')
-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. */ |