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 | 2a92152afd2d0a16c8cd9d01d900a8f75a69e639 (patch) | |
tree | 30cf8121b1f53abee8d447fc6add9508463167c6 | |
parent | 4cf3cb0dcb352b028b6d412ba64884135bcdd1f8 (diff) | |
download | tk-2a92152afd2d0a16c8cd9d01d900a8f75a69e639.zip tk-2a92152afd2d0a16c8cd9d01d900a8f75a69e639.tar.gz tk-2a92152afd2d0a16c8cd9d01d900a8f75a69e639.tar.bz2 |
Fixed typo in comment
-rw-r--r-- | unix/tkUnixWm.c | 2 | ||||
-rw-r--r-- | win/tkWinWm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixWm.c b/unix/tkUnixWm.c index d230b9f..904065b 100644 --- a/unix/tkUnixWm.c +++ b/unix/tkUnixWm.c @@ -3647,7 +3647,7 @@ WmWaitMapProc( * 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. 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. |