diff options
author | das <das> | 2006-07-24 04:45:26 (GMT) |
---|---|---|
committer | das <das> | 2006-07-24 04:45:26 (GMT) |
commit | f33368136b30fdfff486ed0a510e67c446c402b0 (patch) | |
tree | 0d60e88e097249d1b8a7c39291f3daad4606fb10 /macosx/tkMacOSXSubwindows.c | |
parent | 4aae94c8c389f6267ff5f36fcfc36477b89d7532 (diff) | |
download | tk-f33368136b30fdfff486ed0a510e67c446c402b0.zip tk-f33368136b30fdfff486ed0a510e67c446c402b0.tar.gz tk-f33368136b30fdfff486ed0a510e67c446c402b0.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 55dc905..a38907d 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.2.2.11 2006/06/14 21:20:12 das Exp $ + * RCS: @(#) $Id: tkMacOSXSubwindows.c,v 1.2.2.12 2006/07/24 04:45:26 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. |