From b12ecc0e8d9c816af444b3aaaebe23a138134b4e Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Date: Sun, 18 Jan 2004 22:10:39 +0000 Subject: [PATCH] Fixed typos. --- dlls/x11drv/xfont.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/x11drv/xfont.c b/dlls/x11drv/xfont.c index c92ad95a9e6..af1d4c85b14 100644 --- a/dlls/x11drv/xfont.c +++ b/dlls/x11drv/xfont.c @@ -957,7 +957,7 @@ static BOOL LFD_ComposeLFD( const fontObject* fo, aLFD.point_size = any; /* resolution_x,y, average width */ - /* FOX ME - Why do some font servers ignore average width ? + /* FIXME - Why do some font servers ignore average width ? * so that you have to mess around with res_y */ aLFD.average_width = any; @@ -1629,7 +1629,7 @@ static char *XFONT_GetStringItem( char *start ) * Create font aliases for some standard windows fonts using user's * default choice of (sans-)serif fonts * - * Read user-defined aliases from wine.conf. Format is as follows + * Read user-defined aliases from config file. Format is as follows * * Alias# = [Windows font name],[LFD font name], *