diff options
author | das <das> | 2008-08-19 00:19:10 (GMT) |
---|---|---|
committer | das <das> | 2008-08-19 00:19:10 (GMT) |
commit | fee977c8d922a12475063b3f8747c09f6397b13a (patch) | |
tree | 2120575ad1c803f2a7750de267dd2b64e6bca026 | |
parent | 1383f61153dcfd7dca6070c959c123d74204346f (diff) | |
download | tk-fee977c8d922a12475063b3f8747c09f6397b13a.zip tk-fee977c8d922a12475063b3f8747c09f6397b13a.tar.gz tk-fee977c8d922a12475063b3f8747c09f6397b13a.tar.bz2 |
typo
-rw-r--r-- | macosx/tkMacOSXFont.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXFont.c b/macosx/tkMacOSXFont.c index 5be4f8d..7a7cfc8 100644 --- a/macosx/tkMacOSXFont.c +++ b/macosx/tkMacOSXFont.c @@ -35,7 +35,7 @@ * that such fonts can not be used for controls, because controls * definitely require a family id (this assertion needs testing). * - * RCS: @(#) $Id: tkMacOSXFont.c,v 1.37.2.2 2008/08/19 00:17:48 das Exp $ + * RCS: @(#) $Id: tkMacOSXFont.c,v 1.37.2.3 2008/08/19 00:19:10 das Exp $ */ #include "tkMacOSXPrivate.h" @@ -1669,7 +1669,7 @@ SetFontFeatures( fixed_featureSelectors); if (size <= 10) { /* - * Disable antialiasing of fixed fonts with sizes <= 10 + * Disable antialiasing of fixed-width fonts with sizes <= 10 */ const ATSStyleRenderingOptions options = kATSStyleNoAntiAliasing; |