diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-28 14:28:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-28 14:28:08 (GMT) |
commit | 6c33a5829de2164ea44a4b04a48188bdc4633b48 (patch) | |
tree | 9ef10b692ce29061f599407b881e54f0f71deb86 /macosx/tkMacOSXWm.c | |
parent | 0fd1dde8cc2bed51e25230af8f739e7280e54389 (diff) | |
parent | 561fe24459c6d4f750c4ebe2a138aa563b1fb58c (diff) | |
download | tk-6c33a5829de2164ea44a4b04a48188bdc4633b48.zip tk-6c33a5829de2164ea44a4b04a48188bdc4633b48.tar.gz tk-6c33a5829de2164ea44a4b04a48188bdc4633b48.tar.bz2 |
Merge 8.5 (just a few typo's)
Diffstat (limited to 'macosx/tkMacOSXWm.c')
-rw-r--r-- | macosx/tkMacOSXWm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c index 85cfa30..719f1f6 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -1803,7 +1803,7 @@ WmColormapwindowsCmd( wmPtr->cmapCount = windowObjc; /* - * On the Macintosh all of this is just an excercise in compatability as + * On the Macintosh all of this is just an excercise in compatibility as * we don't support colormaps. If we did they would be installed here. */ @@ -5203,7 +5203,7 @@ TkWmAddToColormapWindows( topPtr->wmInfoPtr->cmapCount = count+1; /* - * On the Macintosh all of this is just an excercise in compatability as + * On the Macintosh all of this is just an excercise in compatibility as * we don't support colormaps. If we did they would be installed here. */ } |