Commit 359c709d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Assorted spelling and case fixes.

parent 301851da
......@@ -1034,7 +1034,7 @@ void set_tex_op(LPDIRECT3DDEVICE8 iface, BOOL isAlpha, int Stage, D3DTEXTUREOP o
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;
}
......
......@@ -60,8 +60,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(ole);
* 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.
*
......
......@@ -1292,7 +1292,7 @@ wine
<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 @@ wine
<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 @@ wine myprogram.exe
</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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment