Commit ad5ff7ce authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Assorted spelling and case fixes.

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