Assorted spelling and case fixes.
This commit is contained in:
parent
c273407429
commit
ad5ff7ceeb
|
@ -3443,7 +3443,7 @@ REBAR_MoveBand (REBAR_INFO *infoPtr, WPARAM wParam, LPARAM lParam)
|
|||
/* save one to be moved */
|
||||
memcpy (&holder, &oldBands[uFrom], sizeof(REBAR_BAND));
|
||||
|
||||
/* close up rest of bands (psuedo delete) */
|
||||
/* close up rest of bands (pseudo delete) */
|
||||
if (uFrom < infoPtr->uNumBands - 1) {
|
||||
memcpy (&oldBands[uFrom], &oldBands[uFrom+1],
|
||||
(infoPtr->uNumBands - uFrom - 1) * sizeof(REBAR_BAND));
|
||||
|
|
|
@ -1741,7 +1741,7 @@ HRESULT WINAPI IDirect3DDevice8Impl_SetLight(LPDIRECT3DDEVICE8 iface, DWORD In
|
|||
object = This->StateBlock->lights;
|
||||
while (object != NULL && object->OriginalIndex != Index) object = object->next;
|
||||
|
||||
/* If we didnt find it in the list of lights, time to add it */
|
||||
/* If we didn't find it in the list of lights, time to add it */
|
||||
if (object == NULL) {
|
||||
PLIGHTINFOEL *insertAt,*prevPos;
|
||||
|
||||
|
|
|
@ -367,7 +367,7 @@ VOID test_CreateThread_stack()
|
|||
#endif
|
||||
}
|
||||
|
||||
/* Check whether setting/retreiving thread priorities works */
|
||||
/* Check whether setting/retrieving thread priorities works */
|
||||
VOID test_thread_priority()
|
||||
{
|
||||
HANDLE curthread,access_thread;
|
||||
|
|
|
@ -1162,7 +1162,7 @@ void* MSVCRT___RTDynamicCast(type_info *cppobj, int unknown,
|
|||
|
||||
/* To cast an object at runtime:
|
||||
* 1.Find out the true type of the object from the typeinfo at vtable[-1]
|
||||
* 2.Search for the destination type in the class heirachy
|
||||
* 2.Search for the destination type in the class hierarchy
|
||||
* 3.If destination type is found, return base object address + dest offset
|
||||
* Otherwise, fail the cast
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Microsoft Video-1 Decoder
|
||||
* Copyright (C) 2003 the ffmpeg project
|
||||
*
|
||||
* Portions Copyright (C) 2004 Mike McCormack for Codeweavers
|
||||
* Portions Copyright (C) 2004 Mike McCormack for CodeWeavers
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
|
|
@ -492,7 +492,7 @@ static void test_RtlUniform(void)
|
|||
* Now comes the funny part:
|
||||
* It took me one weekend, to find the complicated algorithm and one day more,
|
||||
* to find the simplified algorithm. Several weeks later I found out: The value
|
||||
* MAXLONG (=0x7fffffff) is never returned, neighter with the native function
|
||||
* MAXLONG (=0x7fffffff) is never returned, neither with the native function
|
||||
* nor with the simplified algorithm. In reality the native function and our
|
||||
* function return a random number distributed over [0..MAXLONG-1]. Note
|
||||
* that this is different to what native documentation states [0..MAXLONG].
|
||||
|
|
|
@ -274,7 +274,7 @@ static int ctl2_find_name(
|
|||
static int ctl2_encode_name(
|
||||
ICreateTypeLib2Impl *This, /* [I] The typelib to operate against (used for LCID only). */
|
||||
WCHAR *name, /* [I] The name string to encode. */
|
||||
char **result) /* [O] A pointer to a pointer to recieve the encoded name. */
|
||||
char **result) /* [O] A pointer to a pointer to receive the encoded name. */
|
||||
{
|
||||
int length;
|
||||
static char converted_name[0x104];
|
||||
|
@ -318,7 +318,7 @@ static int ctl2_encode_name(
|
|||
static int ctl2_encode_string(
|
||||
ICreateTypeLib2Impl *This, /* [I] The typelib to operate against (not used?). */
|
||||
WCHAR *string, /* [I] The string to encode. */
|
||||
char **result) /* [O] A pointer to a pointer to recieve the encoded string. */
|
||||
char **result) /* [O] A pointer to a pointer to receive the encoded string. */
|
||||
{
|
||||
int length;
|
||||
static char converted_string[0x104];
|
||||
|
|
|
@ -128,7 +128,7 @@ static HRESULT WINAPI WBPCI2_GetClassInfo(LPPROVIDECLASSINFO2 iface, LPTYPEINFO
|
|||
|
||||
/* Get the IID for generic default event callbacks. This IID will
|
||||
* in theory be used to later query for an IConnectionPoint to connect
|
||||
* an event sink (callback implmentation in the OLE control site)
|
||||
* an event sink (callback implementation in the OLE control site)
|
||||
* to this control.
|
||||
*/
|
||||
static HRESULT WINAPI WBPCI2_GetGUID(LPPROVIDECLASSINFO2 iface,
|
||||
|
|
|
@ -330,7 +330,7 @@ static const MSSTYLES_ENUM_MAP mapEnum[] = {
|
|||
* If StateID == 0 then its a part being defined
|
||||
*/
|
||||
|
||||
/* These are globals to all classes, but its treated as a seperate class */
|
||||
/* These are globals to all classes, but its treated as a separate class */
|
||||
static const MSSTYLES_CLASS_MAP classGlobals[] = {
|
||||
{GP_BORDER,0,{'B','O','R','D','E','R','\0'}},
|
||||
{GP_BORDER,BSS_FLAT,{'F','L','A','T','\0'}},
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* WININET - Ftp implementation
|
||||
*
|
||||
* Copyright 1999 Corel Corporation
|
||||
* Copyright 2004 Mike McCormack for Codeweavers
|
||||
* Copyright 2004 Mike McCormack for CodeWeavers
|
||||
*
|
||||
* Ulrich Czekalla
|
||||
* Noureddine Jemmali
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Copyright 1999 Corel Corporation
|
||||
* Copyright 2002 CodeWeavers Inc.
|
||||
* Copyright 2002 TransGaming Technologies Inc.
|
||||
* Copyright 2004 Mike McCormack for Codeweavers
|
||||
* Copyright 2004 Mike McCormack for CodeWeavers
|
||||
*
|
||||
* Ulrich Czekalla
|
||||
* Aric Stewart
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Copyright 2002 CodeWeavers Inc.
|
||||
* Copyright 2002 Jaco Greeff
|
||||
* Copyright 2002 TransGaming Technologies Inc.
|
||||
* Copyright 2004 Mike McCormack for Codeweavers
|
||||
* Copyright 2004 Mike McCormack for CodeWeavers
|
||||
*
|
||||
* Ulrich Czekalla
|
||||
* Aric Stewart
|
||||
|
|
|
@ -43,7 +43,7 @@ static HIMC root_context;
|
|||
static XIMStyle ximStyle = 0;
|
||||
static XIMStyle ximStyleRoot = 0;
|
||||
|
||||
/* moved here from imm32 for dll seperation */
|
||||
/* moved here from imm32 for dll separation */
|
||||
static DWORD dwCompStringLength = 0;
|
||||
static LPBYTE CompositionString = NULL;
|
||||
static DWORD dwCompStringSize = 0;
|
||||
|
|
|
@ -189,7 +189,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
If you have a program that needs the Visual Basic Runtime Enviroment,
|
||||
If you have a program that needs the Visual Basic Runtime Environment,
|
||||
you can download it from
|
||||
<ulink url="http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8edd-cdf2d29a79d5&DisplayLang=en/">this Microsoft site</ulink>
|
||||
</para>
|
||||
|
|
|
@ -1558,7 +1558,7 @@ export PATH=$PATH:/path/to/wine/binary
|
|||
|
||||
<qandaentry>
|
||||
<question id="Can-I-use-Wine-with-other-Linux-Distros">
|
||||
<para>Can I use Wine with SuSE, Peanut or other Linux Distro's?</para>
|
||||
<para>Can I use Wine with SUSE, Peanut or other Linux Distro's?</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
Often a package will only work on the distribution which it
|
||||
has been compiled for. We'll cover
|
||||
<link linkend="getting-dist-debian">Debian Linux</link>,
|
||||
<link linkend="getting-dist-linux">Red Hat, Mandrake, SuSE and Slackware Linux</link>,
|
||||
<link linkend="getting-dist-linux">Red Hat, Mandrake, SUSE and Slackware Linux</link>,
|
||||
<link linkend="getting-freebsd">FreeBSD</link>, and
|
||||
<link linkend="getting-other">other</link> distributions.
|
||||
</para>
|
||||
|
@ -261,10 +261,10 @@
|
|||
</sect2>
|
||||
|
||||
<sect2 id="getting-dist-linux">
|
||||
<title>Linux Red Hat, Mandrake, SuSE, and Slackware</title>
|
||||
<title>Linux Red Hat, Mandrake, SUSE, and Slackware</title>
|
||||
|
||||
<para>
|
||||
Red Hat, Mandrake, SuSE and Slackware users can download
|
||||
Red Hat, Mandrake, SUSE and Slackware users can download
|
||||
a wine binary from the
|
||||
<ulink url="http://sourceforge.net/project/showfiles.php?group_id=6241">
|
||||
sourceforge.net Wine download page</ulink>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
</para>
|
||||
</sect2>
|
||||
<sect2>
|
||||
<title>Linux Red Hat, Mandrake, Suse and other distributions using RPM</title>
|
||||
<title>Linux Red Hat, Mandrake, SUSE and other distributions using RPM</title>
|
||||
|
||||
<para>
|
||||
Most distributions provide a graphical tool for installing
|
||||
|
|
|
@ -549,7 +549,7 @@ enum DbgInfoLoad DEBUG_ReadWineLoaderDbgInfo(HANDLE hProcess, struct elf_info* e
|
|||
|
||||
/* All binaries are loaded with WINELOADER (if run from tree) or by the
|
||||
* main executable (either wine-kthread or wine-pthread)
|
||||
* Note: the heuristic use to know wether we need to load wine-pthread or
|
||||
* Note: the heuristic used to know whether we need to load wine-pthread or
|
||||
* wine-kthread is not 100% safe
|
||||
*/
|
||||
elf_info->flags |= ELF_INFO_DEBUG_HEADER;
|
||||
|
|
|
@ -2816,7 +2816,7 @@ static LRESULT pane_notify(Pane* pane, NMHDR* pnmh)
|
|||
RECT clnt;
|
||||
GetClientRect(pane->hwnd, &clnt);
|
||||
|
||||
/* move immediate to simulate HDS_FULLDRAG (for now [04/2000] not realy needed with WINELIB) */
|
||||
/* move immediate to simulate HDS_FULLDRAG (for now [04/2000] not really needed with WINELIB) */
|
||||
Header_SetItem(pane->hwndHeader, idx, phdn->pitem);
|
||||
|
||||
pane->widths[idx] += dx;
|
||||
|
|
Loading…
Reference in New Issue