diff options
author | hobbs <hobbs> | 2006-08-17 01:10:21 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-08-17 01:10:21 (GMT) |
commit | 724ecd15e2e8c3ff7886da0971cc5fc81cdec526 (patch) | |
tree | bdf82d192c8144351e26a8bc46d3ba5eef766340 /macosx | |
parent | b441dd0dc0c3e9ebaf40359e7f9350e018fe3db2 (diff) | |
download | tk-724ecd15e2e8c3ff7886da0971cc5fc81cdec526.zip tk-724ecd15e2e8c3ff7886da0971cc5fc81cdec526.tar.gz tk-724ecd15e2e8c3ff7886da0971cc5fc81cdec526.tar.bz2 |
fix typo in WmAttrGetNotifyStatus
Diffstat (limited to 'macosx')
-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 24f6655..a9b5b47 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXWm.c,v 1.38 2006/08/17 01:07:22 hobbs Exp $ + * RCS: @(#) $Id: tkMacOSXWm.c,v 1.39 2006/08/17 01:10:21 hobbs Exp $ */ #include "tkMacOSXInt.h" @@ -1048,7 +1048,7 @@ WmAttrGetAlpha(WindowRef macWindow) static Tcl_Obj * WmAttrGetNotifyStatus() { - reutrn Tcl_NewBooleanObj((tkMacOSXWmAttrNotifyVal != 0)); + return Tcl_NewBooleanObj((tkMacOSXWmAttrNotifyVal != 0)); } /* |