Assorted spelling fixes

Francois Gouget fgouget at free.fr
Wed Mar 31 05:45:34 CST 2004


Changelog:

 * dlls/d3d8/utils.c
   dlls/oleaut32/safearray.c
   documentation/faq.sgml

   Assorted spelling and case fixes.


Index: dlls/d3d8/utils.c
===================================================================
RCS file: /var/cvs/wine/dlls/d3d8/utils.c,v
retrieving revision 1.15
diff -u -r1.15 utils.c
--- a/dlls/d3d8/utils.c	30 Mar 2004 05:14:57 -0000	1.15
+++ b/dlls/d3d8/utils.c	31 Mar 2004 10:49:20 -0000
@@ -1034,7 +1034,7 @@
 		Handled   = FALSE;
 		break;
 	      default:
-		FIXME("Cant have COMBINE4 and COMBINE in effect together, thisop=%d, otherop=%ld, isAlpha(%d)\n", op, op2, isAlpha);
+		FIXME("Can't use COMBINE4 and COMBINE together, thisop=%d, otherop=%ld, isAlpha(%d)\n", op, op2, isAlpha);
 		LEAVE_GL();
 		return;
 	      }
Index: dlls/oleaut32/safearray.c
===================================================================
RCS file: /var/cvs/wine/dlls/oleaut32/safearray.c,v
retrieving revision 1.35
diff -u -r1.35 safearray.c
--- a/dlls/oleaut32/safearray.c	23 Mar 2004 23:20:16 -0000	1.35
+++ b/dlls/oleaut32/safearray.c	28 Mar 2004 13:06:42 -0000
@@ -60,8 +60,8 @@
  * using the IRecordInfo interface.
  *
  * There are two types of SafeArray, normal and vectors. Normal arrays can have
- * multiple dimensions and the data for the array is allocated seperately from
- * the array header. This is the most flexable type of array. Vectors, on the
+ * multiple dimensions and the data for the array is allocated separately from
+ * the array header. This is the most flexible type of array. Vectors, on the
  * other hand, are fixed in size and consist of a single allocated block, and a
  * single dimension.
  *
Index: documentation/faq.sgml
===================================================================
RCS file: /var/cvs/wine/documentation/faq.sgml,v
retrieving revision 1.30
diff -u -r1.30 faq.sgml
--- a/documentation/faq.sgml	16 Mar 2004 01:17:45 -0000	1.30
+++ b/documentation/faq.sgml	22 Mar 2004 10:15:23 -0000
@@ -1292,7 +1292,7 @@
 	<para>
 	  In general, most Windows installations contain vast quantities of garbage
 	  that can confuse Wine and make it less reliable. If you can, it's best to
-	  install the programs you want into Wines fake windows drive.
+	  install the programs you want into Wine's fake windows drive.
 	</para>
       </answer>
       </qandaentry>
@@ -1325,7 +1325,7 @@
       <answer>
         <para>
           Make sure you have all the VB run time libraries installed. You can
-          get the latest version from the microsoft web site.
+          get the latest version from the Microsoft web site.
         </para>
       </answer>
       </qandaentry>
@@ -1358,7 +1358,7 @@
       </question>
       <answer>
         <para>
-          Try to re login into bash. That might fix it.
+          Try to logout and login again into bash. That might fix it.
         </para>
         <para>
           If it doesn't, then make sure the wine binary is in your



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
            "Lotto: A tax on people who are bad at math." -- unknown
          "Windows: Microsoft's tax on computer illiterates." -- WE7U



More information about the wine-patches mailing list