diff options
author | fvogelnew1@free.fr <fvogel> | 2015-05-30 18:06:27 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2015-05-30 18:06:27 (GMT) |
commit | 9ccf79e96f48bc268c2932762ae4031b3e0f2920 (patch) | |
tree | 3e057dcf2e08f6d320d6fa2fb36b94a6cd11f481 /win | |
parent | e8256daf20f6eb574e05520f28483be901e5bc35 (diff) | |
download | tk-9ccf79e96f48bc268c2932762ae4031b3e0f2920.zip tk-9ccf79e96f48bc268c2932762ae4031b3e0f2920.tar.gz tk-9ccf79e96f48bc268c2932762ae4031b3e0f2920.tar.bz2 |
Fixed typo in comment
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinWm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinWm.c b/win/tkWinWm.c index 9ea4957..2c3b0e4 100644 --- a/win/tkWinWm.c +++ b/win/tkWinWm.c @@ -5697,7 +5697,7 @@ WmWaitVisibilityOrMapProc( * This function is invoked by a widget when it wishes to set a grid * coordinate system that controls the size of a top-level window. It * provides a C interface equivalent to the "wm grid" command and is - * usually asscoiated with the -setgrid option. + * usually associated with the -setgrid option. * * Results: * None. |