diff options
author | fvogel <fvogel@noemail.net> | 2015-05-30 18:07:38 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2015-05-30 18:07:38 (GMT) |
commit | f5a827cd5538966934a4a54863f827659dbbc587 (patch) | |
tree | ab4db030160de89bab25cfd275537f2b0cd3833f /win | |
parent | a0ff8d174077c116dd6ad8ab13f48dab790a2eec (diff) | |
parent | 545346e07f9dddda4cd75ce40ffcb1a18fbb5cb4 (diff) | |
download | tk-f5a827cd5538966934a4a54863f827659dbbc587.zip tk-f5a827cd5538966934a4a54863f827659dbbc587.tar.gz tk-f5a827cd5538966934a4a54863f827659dbbc587.tar.bz2 |
Fixed typo in comment
FossilOrigin-Name: 84c01395c71d5dc425e556f23531cac8aca3bb11
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 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. |