diff options
author | fvogel <fvogelnew1@free.fr> | 2020-07-08 20:36:06 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-07-08 20:36:06 (GMT) |
commit | 3018d78340026597655745f383e8f4c2e4e9505d (patch) | |
tree | ef95c293ecfc06d3227776df90f2aa1d8838292c /win/tkWinX.c | |
parent | db1b8a5882c70d2016d8f24c02bc8f70fa5eb155 (diff) | |
download | tk-3018d78340026597655745f383e8f4c2e4e9505d.zip tk-3018d78340026597655745f383e8f4c2e4e9505d.tar.gz tk-3018d78340026597655745f383e8f4c2e4e9505d.tar.bz2 |
Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.
Diffstat (limited to 'win/tkWinX.c')
-rw-r--r-- | win/tkWinX.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinX.c b/win/tkWinX.c index f445fce..8616369 100644 --- a/win/tkWinX.c +++ b/win/tkWinX.c @@ -1354,7 +1354,7 @@ GenerateXEvent( * GetState -- * * This function constructs a state mask for the mouse buttons and - * modifier keys as they were before the event occured. + * modifier keys as they were before the event occurred. * * Results: * Returns a composite value of all the modifier and button state flags |