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/tkMacOSXSubwindows.c | |
parent | 1a735b37110586227d1c770d9cae655e78290eac (diff) | |
download | tk-03510687cbe34c858fbf52009d74bd8ce0584d74.zip tk-03510687cbe34c858fbf52009d74bd8ce0584d74.tar.gz tk-03510687cbe34c858fbf52009d74bd8ce0584d74.tar.bz2 |
fix typo: visable -> visible
Diffstat (limited to 'macosx/tkMacOSXSubwindows.c')
-rw-r--r-- | macosx/tkMacOSXSubwindows.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c index 92295fb..e465ff9 100644 --- a/macosx/tkMacOSXSubwindows.c +++ b/macosx/tkMacOSXSubwindows.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXSubwindows.c,v 1.14 2006/06/14 21:18:47 das Exp $ + * RCS: @(#) $Id: tkMacOSXSubwindows.c,v 1.15 2006/07/24 04:45:23 das Exp $ */ #include "tkMacOSXInt.h" @@ -992,7 +992,7 @@ TkMacOSXUpdateClipRgn( * TkMacOSXVisableClipRgn -- * * This function returnd the Macintosh cliping region for the - * given window. A NULL Rgn means the window is not visable. + * given window. A NULL Rgn means the window is not visible. * * Results: * The region. |