Misc typo fixes

Francois Gouget fgouget at free.fr
Sun Oct 7 22:15:43 CDT 2001


On Sun, 7 Oct 2001, Francois Gouget wrote:
> 
> Changelog:
> 
>  * dlls/commdlg/printdlg.c,
>    objects/text.c,
>    documentation/fonts.sgml,
>    graphics/x11drv/xfont.c
> 
>    Small typo fixes/updates


   Oups, two files were missing. Here they are.



--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
     Linux, WinNT, MS-DOS - also known as the Good, the Bad and the Ugly.

-------------- next part --------------
Index: dlls/commdlg/printdlg.c
===================================================================
RCS file: /home/wine/wine/dlls/commdlg/printdlg.c,v
retrieving revision 1.48
diff -u -r1.48 printdlg.c
--- dlls/commdlg/printdlg.c	2001/09/10 23:14:22	1.48
+++ dlls/commdlg/printdlg.c	2001/10/07 22:23:38
@@ -768,7 +768,7 @@
     UINT comboID = (lppd->Flags & PD_PRINTSETUP) ? cmb1 : cmb4;
 
     /* load Collate ICONs */
-    /* We load these with LoadImage becasue they are not a standard
+    /* We load these with LoadImage because they are not a standard
        size and we don't want them rescaled */
     PrintStructures->hCollateIcon =
       LoadImageA(COMDLG32_hInstance, "PD32_COLLATE", IMAGE_ICON, 0, 0, 0);
Index: objects/text.c
===================================================================
RCS file: /home/wine/wine/objects/text.c,v
retrieving revision 1.38
diff -u -r1.38 text.c
--- objects/text.c	2001/09/20 18:58:05	1.38
+++ objects/text.c	2001/10/07 22:23:51
@@ -62,7 +62,7 @@
 	case ISO4_CHARSET:
 	case ISO10_CHARSET:
 	case CELTIC_CHARSET:
-	  /* FIXME: These have no place here, but becasue x11drv
+	  /* FIXME: These have no place here, but because x11drv
 	     enumerates fonts with these (made up) charsets some apps
 	     might use them and then the FIXME below would become
 	     annoying.  Now we could pick the intended codepage for
Index: documentation/fonts.sgml
===================================================================
RCS file: /home/wine/wine/documentation/fonts.sgml,v
retrieving revision 1.7
diff -u -r1.7 fonts.sgml
--- documentation/fonts.sgml	2001/10/04 16:14:43	1.7
+++ documentation/fonts.sgml	2001/10/08 01:38:52
@@ -332,7 +332,7 @@
         <title>How To Manage Cached Font Metrics</title>
         <para>
           WINE stores detailed information about available fonts in
-          the <filename>~/.wine/.cachedmetrics</filename> file. You
+          the <filename>~/.wine/cachedmetrics.[display]</filename> file. You
           can copy it elsewhere and add this entry to the [fonts]
           section  in your <filename>~/.wine/config</filename>:
         </para>
@@ -342,7 +342,7 @@
         <para>
           If WINE detects changes in the X font configuration it will
           rebuild font metrics from scratch and then it will overwrite
-          <filename>~/.wine/.cachedmetrics</filename> with  the new
+          <filename>~/.wine/cachedmetrics.[display]</filename> with  the new
           information. This process can take a while.
         </para>
       </sect3>
Index: graphics/x11drv/xfont.c
===================================================================
RCS file: /home/wine/wine/graphics/x11drv/xfont.c,v
retrieving revision 1.85
diff -u -r1.85 xfont.c
--- graphics/x11drv/xfont.c	2001/09/12 20:21:07	1.85
+++ graphics/x11drv/xfont.c	2001/10/08 01:38:54
@@ -2098,7 +2098,7 @@
     }
     if( fi ) HeapFree(GetProcessHeap(), 0, fi);
 
-    /* Scan through the font list and remove FontResorce(s) (fr) 
+    /* Scan through the font list and remove FontResource(s) (fr) 
      * that have no associated Fontinfo(s) (fi). 
      * This code is necessary because XFONT_ReadCachedMetrics
      * assumes that there is at least one fi associated with a fr.  


More information about the wine-patches mailing list