diff options
author | fvogel <fvogel@noemail.net> | 2015-05-30 18:06:27 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2015-05-30 18:06:27 (GMT) |
commit | 545346e07f9dddda4cd75ce40ffcb1a18fbb5cb4 (patch) | |
tree | 3e057dcf2e08f6d320d6fa2fb36b94a6cd11f481 /win | |
parent | 356b1f861b5983a943ee2b1220322982ce9694cc (diff) | |
download | tk-545346e07f9dddda4cd75ce40ffcb1a18fbb5cb4.zip tk-545346e07f9dddda4cd75ce40ffcb1a18fbb5cb4.tar.gz tk-545346e07f9dddda4cd75ce40ffcb1a18fbb5cb4.tar.bz2 |
Fixed typo in comment
FossilOrigin-Name: 7dc1fb610985a217210c5c85d4a87038662692c5
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. |