diff options
author | fvogel <fvogelnew1@free.fr> | 2019-02-22 18:50:50 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-02-22 18:50:50 (GMT) |
commit | aca8a46ef445cd61629a2b92094107c97ce89791 (patch) | |
tree | d3cef4c4c92fb1d624703e914bbf211c6b876a37 | |
parent | ea84e24e8ca7b01f930961973340e0253b5eec49 (diff) | |
parent | 1cef9274b60a299bef15c8ddc054701387f9d560 (diff) | |
download | tk-aca8a46ef445cd61629a2b92094107c97ce89791.zip tk-aca8a46ef445cd61629a2b92094107c97ce89791.tar.gz tk-aca8a46ef445cd61629a2b92094107c97ce89791.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. |