diff options
author | fvogel <fvogelnew1@free.fr> | 2019-02-22 18:50:23 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-02-22 18:50:23 (GMT) |
commit | 1cef9274b60a299bef15c8ddc054701387f9d560 (patch) | |
tree | bb680721b2c4ff9f75b9c412896ddab60c174285 | |
parent | 467268bf38ec0cab6e8c5cc66e44f6953f13b684 (diff) | |
download | tk-1cef9274b60a299bef15c8ddc054701387f9d560.zip tk-1cef9274b60a299bef15c8ddc054701387f9d560.tar.gz tk-1cef9274b60a299bef15c8ddc054701387f9d560.tar.bz2 |
Fix [30a0fc767a]: spelling error in a comment
-rw-r--r-- | macosx/tkMacOSXSubwindows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c index 7bc807a..35002a9 100644 --- a/macosx/tkMacOSXSubwindows.c +++ b/macosx/tkMacOSXSubwindows.c @@ -1314,7 +1314,7 @@ TkMacOSXWinCGBounds( * UpdateOffsets -- * * Updates the X & Y offsets of the given TkWindow from the TopLevel it is - * a decendant of. + * a descendant of. * * Results: * None. |