diff --git a/dlls/d3d8/utils.c b/dlls/d3d8/utils.c index f628b1ac94a..101af33350c 100644 --- a/dlls/d3d8/utils.c +++ b/dlls/d3d8/utils.c @@ -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; } diff --git a/dlls/oleaut32/safearray.c b/dlls/oleaut32/safearray.c index 5b4a0e46f53..28c56a0e553 100644 --- a/dlls/oleaut32/safearray.c +++ b/dlls/oleaut32/safearray.c @@ -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. * diff --git a/documentation/faq.sgml b/documentation/faq.sgml index 4615a737281..2ca8a634d3e 100644 --- a/documentation/faq.sgml +++ b/documentation/faq.sgml @@ -1292,7 +1292,7 @@ wine 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. @@ -1325,7 +1325,7 @@ wine 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. @@ -1358,7 +1358,7 @@ wine myprogram.exe - Try to re login into bash. That might fix it. + Try to logout and login again into bash. That might fix it. If it doesn't, then make sure the wine binary is in your