From c1764107397069155a945b26c24fd27025fd692d Mon Sep 17 00:00:00 2001 From: das Date: Tue, 19 Aug 2008 00:19:10 +0000 Subject: typo --- macosx/tkMacOSXFont.c | 4 ++-- 1 file 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; -- cgit v0.12