Misc typo fixes

Francois Gouget fgouget at free.fr
Sun Oct 7 21:58:30 CDT 2001


Changelog:

 * dlls/commdlg/printdlg.c,
   objects/text.c,
   documentation/fonts.sgml,
   graphics/x11drv/xfont.c

   Small typo fixes/updates


--
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


More information about the wine-patches mailing list