A few spelling fixes.
This commit is contained in:
parent
0996d0c5c2
commit
2a3d5fc105
|
@ -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
|
* 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
|
* 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
|
* 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
|
* If you encounter unknown notifications, you should return zero if you want
|
||||||
* decompression to continue (or -1 to abort). All strings used in the
|
* 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);
|
desc.dwSize = sizeof (DMUS_OBJECTDESC);
|
||||||
IDirectMusicObject_GetDescriptor (pObject, &desc);
|
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 */
|
therefore we must copy it from input description */
|
||||||
if (pDesc->dwValidData & DMUS_OBJ_FILENAME || desc.dwValidData & DMUS_OBJ_OBJECT) {
|
if (pDesc->dwValidData & DMUS_OBJ_FILENAME || desc.dwValidData & DMUS_OBJ_OBJECT) {
|
||||||
DMUS_PRIVATE_CACHE_ENTRY CacheEntry;
|
DMUS_PRIVATE_CACHE_ENTRY CacheEntry;
|
||||||
|
|
|
@ -160,7 +160,7 @@
|
||||||
on non-x86 platforms: run both Wine and the application inside the
|
on non-x86 platforms: run both Wine and the application inside the
|
||||||
CPU emulator. As long as the emulator provides a standard Unix
|
CPU emulator. As long as the emulator provides a standard Unix
|
||||||
environment, Wine should only need minimal modifications. What
|
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.
|
rather than natively, you gain in complexity inside of Wine.
|
||||||
Furthermore, if the emulator is fast enough to run Windows
|
Furthermore, if the emulator is fast enough to run Windows
|
||||||
applications, Photoshop for instance, then it should be fast enough
|
applications, Photoshop for instance, then it should be fast enough
|
||||||
|
@ -1343,7 +1343,7 @@ wine myprogram.exe
|
||||||
|
|
||||||
<qandaentry>
|
<qandaentry>
|
||||||
<question id="bash-wine-Command-not-found-What-can-I-do">
|
<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>
|
</question>
|
||||||
<answer>
|
<answer>
|
||||||
<para>
|
<para>
|
||||||
|
|
Loading…
Reference in New Issue