diff options
author | das <das> | 2006-05-16 06:54:04 (GMT) |
---|---|---|
committer | das <das> | 2006-05-16 06:54:04 (GMT) |
commit | 7eff090799d749f1eaae55a0110a995f29d1d548 (patch) | |
tree | dc3e14ac9315753864c28dfd5e1d45fb48f6772e /macosx/tkMacOSXMenus.c | |
parent | 2a6896a36dd356641e617ee263153933965071ab (diff) | |
download | tk-7eff090799d749f1eaae55a0110a995f29d1d548.zip tk-7eff090799d749f1eaae55a0110a995f29d1d548.tar.gz tk-7eff090799d749f1eaae55a0110a995f29d1d548.tar.bz2 |
comment typo
Diffstat (limited to 'macosx/tkMacOSXMenus.c')
-rw-r--r-- | macosx/tkMacOSXMenus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXMenus.c b/macosx/tkMacOSXMenus.c index 17cfc7c..fbcb239 100644 --- a/macosx/tkMacOSXMenus.c +++ b/macosx/tkMacOSXMenus.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXMenus.c,v 1.2.2.9 2006/05/12 18:17:55 das Exp $ + * RCS: @(#) $Id: tkMacOSXMenus.c,v 1.2.2.10 2006/05/16 06:54:04 das Exp $ */ #include "tkMacOSXInt.h" @@ -195,7 +195,7 @@ TkMacOSXInitMenus( } /* - * Workarund a Carbon bug with kHICommandPreferences: the first call to + * Workaround a Carbon bug with kHICommandPreferences: the first call to * IsMenuKeyEvent returns false for the preferences menu item key shorcut * event (even if the corresponding menu item is dynamically enabled by a * kEventCommandUpdateStatus handler), unless the kHICommandPreferences |