Commit 2a3d5fc1 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

A few spelling fixes.

parent 0996d0c5
......@@ -2167,7 +2167,7 @@ int fdi_decomp(struct fdi_file *fi, int savemode, fdi_decomp_state *decomp_state
* pfdin. The only part of that structure which is assigned for every callback
* is the pv element, which contains the arbitrary value which was passed to
* FDICopy in the pvUser argument (psz1 is also used each time, but its meaning
* is highly dependant on fdint).
* is highly dependent on fdint).
*
* If you encounter unknown notifications, you should return zero if you want
* decompression to continue (or -1 to abort). All strings used in the
......
......@@ -181,7 +181,7 @@ HRESULT WINAPI IDirectMusicLoader8Impl_GetObject (LPDIRECTMUSICLOADER8 iface, LP
desc.dwSize = sizeof (DMUS_OBJECTDESC);
IDirectMusicObject_GetDescriptor (pObject, &desc);
/* tests with native dlls show that descriptor, which is recieved by GetDescriptor doesn't contain filepath
/* tests with native dlls show that descriptor, which is received by GetDescriptor doesn't contain filepath
therefore we must copy it from input description */
if (pDesc->dwValidData & DMUS_OBJ_FILENAME || desc.dwValidData & DMUS_OBJ_OBJECT) {
DMUS_PRIVATE_CACHE_ENTRY CacheEntry;
......
......@@ -160,7 +160,7 @@
on non-x86 platforms: run both Wine and the application inside the
CPU emulator. As long as the emulator provides a standard Unix
environment, Wine should only need minimal modifications. What
performance you loose due to Wine running inside the emulator
performance you lose due to Wine running inside the emulator
rather than natively, you gain in complexity inside of Wine.
Furthermore, if the emulator is fast enough to run Windows
applications, Photoshop for instance, then it should be fast enough
......@@ -1343,7 +1343,7 @@ wine myprogram.exe
<qandaentry>
<question id="bash-wine-Command-not-found-What-can-I-do">
<para>bash "wine: Command not found" What can I do?</para>
<para>bash says "wine: Command not found" What can I do?</para>
</question>
<answer>
<para>
......
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