From 724ecd15e2e8c3ff7886da0971cc5fc81cdec526 Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 17 Aug 2006 01:10:21 +0000 Subject: fix typo in WmAttrGetNotifyStatus --- macosx/tkMacOSXWm.c | 4 ++-- 1 file 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)); } /* -- cgit v0.12