diff --git a/dlls/comctl32/rebar.c b/dlls/comctl32/rebar.c index 226605016c..f53da410a6 100644 --- a/dlls/comctl32/rebar.c +++ b/dlls/comctl32/rebar.c @@ -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)); diff --git a/dlls/d3d8/device.c b/dlls/d3d8/device.c index d7009b9ac2..75fe66b0fc 100644 --- a/dlls/d3d8/device.c +++ b/dlls/d3d8/device.c @@ -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; diff --git a/dlls/kernel/tests/thread.c b/dlls/kernel/tests/thread.c index 0cfca879bd..5fae9682a9 100644 --- a/dlls/kernel/tests/thread.c +++ b/dlls/kernel/tests/thread.c @@ -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; diff --git a/dlls/msvcrt/cpp.c b/dlls/msvcrt/cpp.c index 93adfaa9f1..7dfa9ad78b 100644 --- a/dlls/msvcrt/cpp.c +++ b/dlls/msvcrt/cpp.c @@ -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 */ diff --git a/dlls/msvidc32/msvideo1.c b/dlls/msvidc32/msvideo1.c index e184dfd29d..d82d622c18 100644 --- a/dlls/msvidc32/msvideo1.c +++ b/dlls/msvidc32/msvideo1.c @@ -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 diff --git a/dlls/ntdll/tests/rtl.c b/dlls/ntdll/tests/rtl.c index eb12cfc33d..ccccba82ef 100644 --- a/dlls/ntdll/tests/rtl.c +++ b/dlls/ntdll/tests/rtl.c @@ -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]. diff --git a/dlls/oleaut32/typelib2.c b/dlls/oleaut32/typelib2.c index ef0e0caa97..99da59140b 100644 --- a/dlls/oleaut32/typelib2.c +++ b/dlls/oleaut32/typelib2.c @@ -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]; diff --git a/dlls/shdocvw/classinfo.c b/dlls/shdocvw/classinfo.c index 54e627b364..d5401f9511 100644 --- a/dlls/shdocvw/classinfo.c +++ b/dlls/shdocvw/classinfo.c @@ -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, diff --git a/dlls/uxtheme/stylemap.c b/dlls/uxtheme/stylemap.c index 1f49e6179b..d807246cfd 100644 --- a/dlls/uxtheme/stylemap.c +++ b/dlls/uxtheme/stylemap.c @@ -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'}}, diff --git a/dlls/wininet/ftp.c b/dlls/wininet/ftp.c index e94d5d1669..2e354e7816 100644 --- a/dlls/wininet/ftp.c +++ b/dlls/wininet/ftp.c @@ -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 diff --git a/dlls/wininet/http.c b/dlls/wininet/http.c index b55a923b70..0d6f748fc5 100644 --- a/dlls/wininet/http.c +++ b/dlls/wininet/http.c @@ -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 diff --git a/dlls/wininet/internet.c b/dlls/wininet/internet.c index 137f6c6950..76715a78a4 100644 --- a/dlls/wininet/internet.c +++ b/dlls/wininet/internet.c @@ -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 diff --git a/dlls/x11drv/xim.c b/dlls/x11drv/xim.c index f8cb134129..591aa2e0ac 100644 --- a/dlls/x11drv/xim.c +++ b/dlls/x11drv/xim.c @@ -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; diff --git a/documentation/bugs.sgml b/documentation/bugs.sgml index c829c8ad55..fadc4e580e 100644 --- a/documentation/bugs.sgml +++ b/documentation/bugs.sgml @@ -189,7 +189,7 @@ - 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 this Microsoft site diff --git a/documentation/faq.sgml b/documentation/faq.sgml index 025543430c..aa175c62f7 100644 --- a/documentation/faq.sgml +++ b/documentation/faq.sgml @@ -1558,7 +1558,7 @@ export PATH=$PATH:/path/to/wine/binary - Can I use Wine with SuSE, Peanut or other Linux Distro's? + Can I use Wine with SUSE, Peanut or other Linux Distro's? diff --git a/documentation/getting.sgml b/documentation/getting.sgml index 70c9114144..eb2dbdf716 100644 --- a/documentation/getting.sgml +++ b/documentation/getting.sgml @@ -175,7 +175,7 @@ Often a package will only work on the distribution which it has been compiled for. We'll cover Debian Linux, - Red Hat, Mandrake, SuSE and Slackware Linux, + Red Hat, Mandrake, SUSE and Slackware Linux, FreeBSD, and other distributions. @@ -261,10 +261,10 @@ - Linux Red Hat, Mandrake, SuSE, and Slackware + Linux Red Hat, Mandrake, SUSE, and Slackware - Red Hat, Mandrake, SuSE and Slackware users can download + Red Hat, Mandrake, SUSE and Slackware users can download a wine binary from the sourceforge.net Wine download page diff --git a/documentation/installing.sgml b/documentation/installing.sgml index 477031bf7f..a604670679 100644 --- a/documentation/installing.sgml +++ b/documentation/installing.sgml @@ -86,7 +86,7 @@ - Linux Red Hat, Mandrake, Suse and other distributions using RPM + Linux Red Hat, Mandrake, SUSE and other distributions using RPM Most distributions provide a graphical tool for installing diff --git a/programs/winedbg/elf.c b/programs/winedbg/elf.c index 72b148cad1..232fd67439 100644 --- a/programs/winedbg/elf.c +++ b/programs/winedbg/elf.c @@ -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; diff --git a/programs/winefile/winefile.c b/programs/winefile/winefile.c index 4aeaa57f9f..b3ed774b42 100644 --- a/programs/winefile/winefile.c +++ b/programs/winefile/winefile.c @@ -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;