diff options
author | fvogel <fvogelnew1@free.fr> | 2015-05-30 18:07:38 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2015-05-30 18:07:38 (GMT) |
commit | ec84450fb953dbe94b63a749ccb29f8522bf2fc3 (patch) | |
tree | ab4db030160de89bab25cfd275537f2b0cd3833f /win/tkWinWm.c | |
parent | 663c034daa8c001fc5d5be0edf2ff132841e3c8f (diff) | |
parent | 2cfb129d2ac0d12e1b633e822bb904953b2635fb (diff) | |
download | tk-ec84450fb953dbe94b63a749ccb29f8522bf2fc3.zip tk-ec84450fb953dbe94b63a749ccb29f8522bf2fc3.tar.gz tk-ec84450fb953dbe94b63a749ccb29f8522bf2fc3.tar.bz2 |
Fixed typo in comment
Diffstat (limited to 'win/tkWinWm.c')
-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 017cba9..4d46fd5 100644 --- a/win/tkWinWm.c +++ b/win/tkWinWm.c @@ -5730,7 +5730,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. |