diff options
author | das <das@noemail.net> | 2006-05-16 06:53:58 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-05-16 06:53:58 (GMT) |
commit | 13656cecfbde6f976d9ecdddc191fa2d426fcee5 (patch) | |
tree | 7dae87cbd6db474a963cbcb248a54aa3f5f521e9 /macosx | |
parent | 8f57d1642136bdc6649a403df2297833fdd554b3 (diff) | |
download | tk-13656cecfbde6f976d9ecdddc191fa2d426fcee5.zip tk-13656cecfbde6f976d9ecdddc191fa2d426fcee5.tar.gz tk-13656cecfbde6f976d9ecdddc191fa2d426fcee5.tar.bz2 |
comment typo
FossilOrigin-Name: 3486bfa9d84591b812702c653d9b9cca3ac95c2d
Diffstat (limited to 'macosx')
-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 b5c319c..7d5471f 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.12 2006/05/12 18:17:48 das Exp $ + * RCS: @(#) $Id: tkMacOSXMenus.c,v 1.13 2006/05/16 06:53:58 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 |