summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXWm.c4
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));
}
/*