summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWindowEvent.c
diff options
context:
space:
mode:
authordas <das>2006-07-24 04:45:26 (GMT)
committerdas <das>2006-07-24 04:45:26 (GMT)
commitf33368136b30fdfff486ed0a510e67c446c402b0 (patch)
tree0d60e88e097249d1b8a7c39291f3daad4606fb10 /macosx/tkMacOSXWindowEvent.c
parent4aae94c8c389f6267ff5f36fcfc36477b89d7532 (diff)
downloadtk-f33368136b30fdfff486ed0a510e67c446c402b0.zip
tk-f33368136b30fdfff486ed0a510e67c446c402b0.tar.gz
tk-f33368136b30fdfff486ed0a510e67c446c402b0.tar.bz2
fix typo: visable -> visible
Diffstat (limited to 'macosx/tkMacOSXWindowEvent.c')
-rw-r--r--macosx/tkMacOSXWindowEvent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c
index ec445a6..2db4bd1 100644
--- a/macosx/tkMacOSXWindowEvent.c
+++ b/macosx/tkMacOSXWindowEvent.c
@@ -54,7 +54,7 @@
* software in accordance with the terms specified in this
* license.
*
- * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.3.2.13 2006/05/16 06:55:13 das Exp $
+ * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.3.2.14 2006/07/24 04:45:26 das Exp $
*/
#include "tkMacOSXInt.h"
@@ -620,7 +620,7 @@ TkGenWMConfigureEvent(
* ConfigureNotify to set these values. On the Mac we know imediatly that
* this is what we want - so we just set them. However, we need to
* make sure the windows clipping region is marked invalid so the
- * change is visable to the subwindow.
+ * change is visible to the subwindow.
*/
winPtr->changes.x = x;
winPtr->changes.y = y;