summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das>2008-05-03 21:12:55 (GMT)
committerdas <das>2008-05-03 21:12:55 (GMT)
commit928356b19cc8e6012f2b30356855895085b34439 (patch)
tree1739017e9046db42eb09e81e4bc33d0df60d56af /macosx
parent9262175205c42058db89f5fd134678531c223f9b (diff)
downloadtk-928356b19cc8e6012f2b30356855895085b34439.zip
tk-928356b19cc8e6012f2b30356855895085b34439.tar.gz
tk-928356b19cc8e6012f2b30356855895085b34439.tar.bz2
fix typos, whitespace
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXWm.c6
-rw-r--r--macosx/tkMacOSXXStubs.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c
index 688d8ed..d2c4a61 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.64 2008/04/27 22:39:12 dkf Exp $
+ * RCS: @(#) $Id: tkMacOSXWm.c,v 1.65 2008/05/03 21:12:55 das Exp $
*/
#include "tkMacOSXPrivate.h"
@@ -812,7 +812,7 @@ WmSetAttribute(
err = ChkErr(FSPathMakeRef, (const unsigned char*)path, &ref, &d);
if (err == noErr) {
TK_IF_MAC_OS_X_API (4, HIWindowSetProxyFSRef,
- err = ChkErr(HIWindowSetProxyFSRef, macWindow, &ref);
+ err = ChkErr(HIWindowSetProxyFSRef, macWindow, &ref);
) TK_ELSE_MAC_OS_X (4,
AliasHandle alias;
@@ -5945,7 +5945,7 @@ ApplyWindowClassAttributeChanges(
if (wmPtr->macClass != oldClass) {
TK_IF_MAC_OS_X_API (4, HIWindowChangeClass,
ChkErr(HIWindowChangeClass, macWindow, wmPtr->macClass);
- ) TK_ENDIF;
+ ) TK_ENDIF
ChkErr(GetWindowClass, macWindow, &(wmPtr->macClass));
}
if (newAttributes != oldAttributes) {
diff --git a/macosx/tkMacOSXXStubs.c b/macosx/tkMacOSXXStubs.c
index d936d9c..3f9c038 100644
--- a/macosx/tkMacOSXXStubs.c
+++ b/macosx/tkMacOSXXStubs.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: tkMacOSXXStubs.c,v 1.26 2008/04/27 22:39:12 dkf Exp $
+ * RCS: @(#) $Id: tkMacOSXXStubs.c,v 1.27 2008/05/03 21:12:55 das Exp $
*/
#include "tkMacOSXPrivate.h"
@@ -1090,7 +1090,7 @@ AddPixel(
* XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap,
* XSetWindowBorderWidth, XSetWindowColormap
*
- * These functions are all no-ops. They all have equivilent Tk calls that
+ * These functions are all no-ops. They all have equivalent Tk calls that
* should always be used instead.
*
* Results: