diff options
author | hobbs <hobbs@noemail.net> | 2006-08-17 01:10:20 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2006-08-17 01:10:20 (GMT) |
commit | cbae587303166e5b33723fa6e2634f164edd4d66 (patch) | |
tree | bdf82d192c8144351e26a8bc46d3ba5eef766340 /macosx | |
parent | 9755fc01bfdee1e9b9c5f5b748602ca74fdff71a (diff) | |
download | tk-cbae587303166e5b33723fa6e2634f164edd4d66.zip tk-cbae587303166e5b33723fa6e2634f164edd4d66.tar.gz tk-cbae587303166e5b33723fa6e2634f164edd4d66.tar.bz2 |
fix typo in WmAttrGetNotifyStatus
FossilOrigin-Name: f0599818be9181f78b3e87f4be23441d9fab3dcf
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)); } /* |