diff options
author | das <das> | 2006-07-24 04:45:23 (GMT) |
---|---|---|
committer | das <das> | 2006-07-24 04:45:23 (GMT) |
commit | 03510687cbe34c858fbf52009d74bd8ce0584d74 (patch) | |
tree | 21316100ef7d52ae7ee197fda3d5bafa9b124c92 /macosx/tkMacOSXWindowEvent.c | |
parent | 1a735b37110586227d1c770d9cae655e78290eac (diff) | |
download | tk-03510687cbe34c858fbf52009d74bd8ce0584d74.zip tk-03510687cbe34c858fbf52009d74bd8ce0584d74.tar.gz tk-03510687cbe34c858fbf52009d74bd8ce0584d74.tar.bz2 |
fix typo: visable -> visible
Diffstat (limited to 'macosx/tkMacOSXWindowEvent.c')
-rw-r--r-- | macosx/tkMacOSXWindowEvent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c index 7560416..ee56ffc 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.14 2006/05/16 06:55:05 das Exp $ + * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.15 2006/07/24 04:45:23 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; |