[PATCH] typo fixes (https://github.com/vlajos/misspell_fixer)

Veres Lajos vlajos at gmail.com
Mon Aug 5 14:41:44 CDT 2013


Signed-off-by: Veres Lajos <vlajos at gmail.com>
---
 dlls/comctl32/tests/trackbar.c |    2 +-
 documentation/ChangeLog.ALPHA  |   80 ++++++++++++++++++++--------------------
 documentation/ChangeLog.BETA   |   44 +++++++++++-----------
 documentation/ChangeLog.OLD    |   24 ++++++------
 tools/winebuild/utils.c        |    2 +-
 5 files changed, 76 insertions(+), 76 deletions(-)

diff --git a/dlls/comctl32/tests/trackbar.c b/dlls/comctl32/tests/trackbar.c
index 2e76000..3f57b1c 100644
--- a/dlls/comctl32/tests/trackbar.c
+++ b/dlls/comctl32/tests/trackbar.c
@@ -731,7 +731,7 @@ static void test_selection(HWND hWndTrackbar){
     expect(8, r);

     ok_sequence(sequences, TRACKBAR_SEQ_INDEX, selection_test_seq, "selection test sequence", TRUE);
-    ok_sequence(sequences, PARENT_SEQ_INDEX, parent_selection_test_seq, "parent selection test seqence", TRUE);
+    ok_sequence(sequences, PARENT_SEQ_INDEX, parent_selection_test_seq, "parent selection test sequence", TRUE);
 }

 static void test_thumb_length(HWND hWndTrackbar){
diff --git a/documentation/ChangeLog.ALPHA b/documentation/ChangeLog.ALPHA
index 425addd..793e76c 100644
--- a/documentation/ChangeLog.ALPHA
+++ b/documentation/ChangeLog.ALPHA
@@ -758,7 +758,7 @@

 	* programs/winefile/winefile.c: Martin Fuchs <martin-fuchs at gmx.net>
 	Fix font handle leak after closing the 'choose font' dialog (based on
-	orginal patch by 'Christoph at ApiViewer.de')
+	original patch by 'Christoph at ApiViewer.de')

 	* dlls/shell32/shlexec.c: Martin Fuchs <martin-fuchs at gmx.net>
 	Simplify 'sei' structure initialization in ShellExecuteA/W.
@@ -1351,7 +1351,7 @@
 	* dlls/ole32/ole2.spec, dlls/ole32/storage.spec,
 	  dlls/oleaut32/oleaut32.spec, dlls/shlwapi/shlwapi.spec:
 	Francois Gouget <fgouget at free.fr>
-	Fix .spec declarations for functinos with 64bit arguments (reported by
+	Fix .spec declarations for functions with 64bit arguments (reported by
 	winapi_check).

 	* dlls/msi/action.c: Mike McCormack <mike at codeweavers.com>
@@ -3031,7 +3031,7 @@
 	* dlls/msi/action.c, dlls/msi/action.h, dlls/msi/files.c,
 	  dlls/msi/helpers.c, dlls/msi/msipriv.h, dlls/msi/package.c:
 	Mike McCormack <mike at codeweavers.com>
-	Keep temporary files in a seperate list.
+	Keep temporary files in a separate list.

 	* dlls/user/win.c:
 	Don't fallback to LoadMenu16 when the window is created with a null
@@ -22603,7 +22603,7 @@
 	GetTimeFormat.

 	* dlls/msi/action.c: Aric Stewart <aric at codeweavers.com>
-	Make all custom type 1 actions happen in a seperate thread and close
+	Make all custom type 1 actions happen in a separate thread and close
 	all handles for that thread when it exits. Honors the concept of
 	temporary MSI handles for custom actions.

@@ -29031,7 +29031,7 @@
 	* dlls/shell32/shellord.c, dlls/shell32/tests/generated.c,
 	  include/shlobj.h, tools/winapi/c_parser.pm, tools/winapi/tests.dat:
 	Francois Gouget <fgouget at free.fr>
-	Fix c_parser.pm so it handles 'const' preceeding a '*'.
+	Fix c_parser.pm so it handles 'const' preceding a '*'.
 	Add missing #pragma pack directives for the new shlobj.h types.
 	Fix some field names in CSFV and QCMINFO.
 	Update the generated tests to also check shtypes.h and test some more
@@ -37880,7 +37880,7 @@
 	- Move "%I" expansion from ShellExecuteEx() into common function
 	  SHELL_ArgifyW().
 	- Pass buffer length to SHELL_FindExecutable().
-	- FIXME comment for len paramater in SHELL_ArgifyW().
+	- FIXME comment for len parameter in SHELL_ArgifyW().

 	Ge van Geldorp <ge at gse.nl>
 	- Add double quotation marks unless we already have them (e.g.: "%1"
@@ -40889,7 +40889,7 @@
 	and that $DISPLAY must be set correctly.

 	* dlls/shell32/shfldr_mycomp.c: Martin Fuchs <martin-fuchs at gmx.net>
-	- remove unneccesary ISF_MyComputer_Constructor() declaration
+	- remove unnecessary ISF_MyComputer_Constructor() declaration
 	- improve returned error code of ISF_MyComputer_fnParseDisplayName()
 	- remove wrong comment from ISF_MyComputer_fnGetDisplayNameOf()

@@ -41499,7 +41499,7 @@
 	- return string length from SHELL32_GUIDToStringA()

 	* dlls/winedos/module.c: Michael Stefaniuc <mstefani at redhat.de>
-	Fixed DOS EXE loader for the case where we realy have only 4 bytes on
+	Fixed DOS EXE loader for the case where we really have only 4 bytes on
 	the last page of the exe.

 	* programs/regedit/It.rc: Ivan Leo Murray-Smith <puoti at inwind.it>
@@ -46176,7 +46176,7 @@
 	Ben A L Jemmett).

 	* programs/wineconsole/curses.c: Peter Berg Larsen <pebl at math.ku.dk>
-	Changed debug channel to "curses" to seperate it from wineconsole.c
+	Changed debug channel to "curses" to separate it from wineconsole.c
 	and added some trace infomation.

 	* dlls/msvcrt/tests/scanf.c:
@@ -50410,7 +50410,7 @@
 	- Fixed AVIStreamTimeToSample and AVIStreamSampleToTime methods to
 	  stay in bounds and behave like the native ones.
 	- Fallback to mmioOpenA if mmioOpenW doesn't work (when using Win9x DLLs).
-	- Fixed a bug of using mmioDescend/mmioAscend (occured with native libs).
+	- Fixed a bug of using mmioDescend/mmioAscend (occurred with native libs).
 	- Silent a message which could be incorrect for non-video streams.

 	* dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/wininet/internet.h:
@@ -50852,7 +50852,7 @@
 	* documentation/authors.ent, documentation/build.sgml,
 	  documentation/wine-devel.sgml:
 	Shachar Shemesh <wine-patches at shemesh.biz>
-	The begining of a "building wine" documentation. More detailed
+	The beginning of a "building wine" documentation. More detailed
 	explanation of the "soft" vs. "hard" dependencies.

 	* dlls/ntdll/env.c, programs/wcmd/wcmdmain.c,
@@ -51498,7 +51498,7 @@
 	  the selection
 	- add 1 second *minimum* time lapse between XSelectionOwner calls
 	- sync clipboard ownership between different wine processes
-	- prevents apps from getting into wierd state where they thought they
+	- prevents apps from getting into weird state where they thought they
 	  didn't own the selection but they did and as a result queried
 	  themselves for available selection data

@@ -56040,7 +56040,7 @@

 	* dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, include/winternl.h:
 	Jon Griffiths <jon_p_griffiths at yahoo.com>
-	Correct the agument count for RtlInitializeGenericTable().
+	Correct the argument count for RtlInitializeGenericTable().
 	Fix my own brown paper bag in RtlFillMemoryUlong().
 	RtlGetNtVersionNumbers() should never return < 5.
 	Remove RtlCopyMemory(), its not an ntdll export.
@@ -57215,7 +57215,7 @@
 	  stc5 is, rather than stc5 itself.
 	- Added handling of WM_PAINT that draws the sample text, properly
 	  truncated.
-	- Removed handling of WM_CTLCOLOR - no longer neccessary.
+	- Removed handling of WM_CTLCOLOR - no longer necessary.

 	* dlls/dsound/buffer.c, dlls/dsound/capture.c,
 	  dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
@@ -58213,7 +58213,7 @@
 	_vsnprintf if needed.

 	* documentation/authors.ent: Tom Wickline <twickline2 at triad.rr.com>
-	Updated authors e-mail adresses.
+	Updated authors e-mail addresses.
 	Added my e-mail to the list.

 	* programs/wineboot/wineboot.c:
@@ -64459,7 +64459,7 @@

 	* dlls/rpcrt4/ndr_stubless.c, include/rpcndr.h:
 	Greg Turner <gmturner007 at ameritech.net>
-	Use the msvc way to return a struct, fixing wierd problems.
+	Use the msvc way to return a struct, fixing weird problems.

 	* programs/winefile/winefile.c: Martin Fuchs <martin-fuchs at gmx.net>
 	Implemented program launching by double click.
@@ -65534,7 +65534,7 @@
 	* dlls/lzexpand/Makefile.in, dlls/lzexpand/lzexpand16.c,
 	  dlls/lzexpand/lzexpand_main.c:
 	Gy?rgy 'Nog' Jeney <nog at sdf.lonestar.org>
-	Split the 16-bit funcitons into a seperate file.
+	Split the 16-bit funcitons into a separate file.

 2002-09-26  Alexandre Julliard  <julliard at winehq.com>

@@ -67778,7 +67778,7 @@
 	  dlls/ole32/compobj_private.h, dlls/ole32/ftmarshal.c, dlls/ole32/ifs.c,
 	  dlls/ole32/ole16.c, include/wtypes.h:
 	Juergen Schmied <juergenschmied at lycos.de>
-	- Moved 16 bit functions to a seperate file.
+	- Moved 16 bit functions to a separate file.
 	- First implementation for free threaded marshaller.
 	- Fixed handling of REG_EXPAND_STRING registry values in CoCreateObject.
 	- Fixed CoLoad/FreeLibrary functions.
@@ -71768,7 +71768,7 @@

 	* dlls/oleaut32/tmarshal.c:
 	Marcus Meissner <marcus at jet.franken.de>
-	BSTRs can be NULL, handle them seperately.
+	BSTRs can be NULL, handle them separately.

 	* windows/win.c, dlls/user/user32.spec, include/winuser.h:
 	David Hammerton <david at transgaming.com>
@@ -75563,7 +75563,7 @@
 	* programs/winetest/include/wine.pm, programs/winetest/tests/wine.pl,
 	  programs/winetest/wine.xs:
 	Don't convert "ptr" return type to a Perl string.
-	Call GetProcAddress only when a function is actually called, not at
+	Call GetProcAdress only when a function is actually called, not at
 	declaration time.

 	* files/file.c:
@@ -81458,7 +81458,7 @@

 	* dlls/rpcrt4/rpcrt4_main.c, include/config.h.in, configure, configure.in:
 	Patrik Stridvall <ps at leissner.se>
-	Add proper check for existance of struct sockaddr member sa_len.
+	Add proper check for existence of struct sockaddr member sa_len.

 	* documentation/printing.sgml:
 	Andreas Mohr <a.mohr at mailto.de>
@@ -82441,7 +82441,7 @@

 	* include/wnaspi32.h, dlls/winaspi/winaspi32.c:
 	Marcus Meissner <marcus at jet.franken.de>
-	Some ASPI fixes, SC_GET_DISK_INFO stubbed, but returning sucess, ASPI
+	Some ASPI fixes, SC_GET_DISK_INFO stubbed, but returning success, ASPI
 	buffer allocation/free implemented.

 2001-06-04  Alexandre Julliard  <julliard at winehq.com>
@@ -88819,7 +88819,7 @@
 	* debugger/debugger.h, debugger/hash.c, debugger/module.c, debugger/msc.c, debugger/stabs.c, debugger/winedbg.c:
 	Eric Pouech <Eric.Pouech at wanadoo.fr>
 	Improved internal module handling (module now have a size, map of
-	loaded module is clearer, better error reporting, seperated module
+	loaded module is clearer, better error reporting, separated module
 	loading code from symbol extraction).

 	* dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/comctl32/monthcal.c, dlls/comctl32/rebar.c, dlls/commdlg/colordlg.c:
@@ -89964,7 +89964,7 @@
 	  a period of time short enough to avoid buffer underrun in widRecorder
 	  thread.
 	- widRecorder - improved robustness of widRecorder to avoid some data
-	  loss that occured when not reading one full fragment from the OSS
+	  loss that occurred when not reading one full fragment from the OSS
 	  audio driver.

 	* dlls/ddraw/ddraw/x11.c:
@@ -93635,7 +93635,7 @@ n
 	* dlls/oleaut32/typelib.c:
 	Juergen Schmied <juergen.schmied at debitel.net>
 	- better loading of *.tlb files
-	- seperated code for loading tlb resource into memory from code for
+	- separated code for loading tlb resource into memory from code for
 	  parsing the tlb resource.

 	* dlls/ole32/ole2stubs.c:
@@ -94260,7 +94260,7 @@ n

 	* dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
 	Juergen Schmied <juergen.schmied at debitel.net>
-	- better error check when importing functions via GetProcAdress
+	- better error check when importing functions via GetProcAddress
 	- replaced SHGetSpecialFolderPath (not aviable in all shell32 versions)
 	- changed call order when browsing to different folder (crash with native shell)
 	- removed Move call since IShellview_CreateViewWindow creates it already in
@@ -101566,7 +101566,7 @@ Tue Sep 28 16:40:07 1999  Alexandre Julliard  <julliard at winehq.com>
 	  now work for dp and dpl.
 	- Added a few more entries to dplayx.spec files. How do you find the
 	  ordinals? I just guessed :(
-	- Seperated DirectPlay and DirectPlayLobby implementation into separate files.
+	- Separated DirectPlay and DirectPlayLobby implementation into separate files.
 	- Included some missing header file definitions.
 	- Implemented the dplay dll in terms of the dplayx dll. I haven't
 	  tested it so it may not work...
@@ -103103,8 +103103,8 @@ Sun Jul 25 13:15:49 1999  Alexandre Julliard  <julliard at winehq.com>

 	* dlls/shell32/enumidlist.c:
 	Juergen Schmied <juergen.schmied at metronet.de>
-	Implemented enumeration of shell extensions, seperated enum stuff for
-	the 3 seperate shellfolder implementations.
+	Implemented enumeration of shell extensions, separated enum stuff for
+	the 3 separate shellfolder implementations.

 	* dlls/shell32/dataobject.c:
 	Juergen Schmied <juergen.schmied at metronet.de>
@@ -103119,7 +103119,7 @@ Sun Jul 25 13:15:49 1999  Alexandre Julliard  <julliard at winehq.com>

 	* dlls/shell32/Makefile.in, dlls/shell32/shv_bg_cmenu.c:
 	Juergen Schmied <juergen.schmied at metronet.de>
-	New file. Seperate implementation of the shellview background
+	New file. Separate implementation of the shellview background
 	contextmenu.

 	* include/wine/undocshell.h:
@@ -104485,7 +104485,7 @@ Sun Jun  6 17:28:21 1999  Alexandre Julliard  <julliard at winehq.com>
 	found.

 	* loader/module.c: Guy Albertelli <galberte at neo.lrun.com>
-	Use SearchPath to test for existance of programs in lpCmdLine
+	Use SearchPath to test for existence of programs in lpCmdLine
 	processing. For lpApplName do not append ".exe" and use
 	DOSFS_GetFullName to locate the program. Move module find process
 	after flag testing and provide quick exit if not found.
@@ -104989,7 +104989,7 @@ Sat May 22 19:22:26 1999  Alexandre Julliard  <julliard at winehq.com>

 	* include/sysmetrics.h, misc/shell.c, objects/bitmap.c, objects/cursoricon.c, windows/dce.c, windows/defwnd.c, windows/dialog.c, windows/dinput.c, windows/input.c, windows/mdi.c, windows/message.c, windows/nonclient.c, windows/scroll.c, windows/sysmetrics.c, windows/win.c, windows/winpos.c, controls/button.c, controls/combo.c, controls/icontitle.c, controls/menu.c, controls/scroll.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/iconcache.c:
 	Marcus Meissner <marcus at jet.franken.de>
-	Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
+	Replaced all occurrences of SYSMETRICS_xx and sysMetrics[SM_xx] by
 	GetSystemMetrics(SM_xx), removed no longer needed includes of
 	sysmetrics.h.

@@ -105024,7 +105024,7 @@ Sat May 22 19:22:26 1999  Alexandre Julliard  <julliard at winehq.com>

 	* include/process.h, loader/module.c:
 	Ulrich Weigand <weigand at informatik.uni-erlangen.de>
-	Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
+	Fix swapped FreeLibrary return values. Handle FreeLibrary( 0 ) better.
 	Fix DLL_PROCESS_DETACH call sequence bugs resulting from nested
 	FreeLibrary calls.

@@ -106080,7 +106080,7 @@ Thu Apr 22 16:27:53 1999  Alexandre Julliard  <julliard at winehq.com>
 	* include/elfdll.h, loader/elfdll.c, loader/loadorder.c:
 	Bertho Stultiens <bertho at panter.soci.aau.dk>
 	Change wine's dlopen search-patch strategy not using the environment
-	and added #if:s to seperate the code out if libdl isn't availble.
+	and added #if:s to separate the code out if libdl isn't availble.

 	* ole/compobj.c: Francis Beaudet <francis at macadamian.com>
 	Added a check for a NULL pointer in CoFreeUnusedLibraries.
@@ -107584,7 +107584,7 @@ Wed Mar 17 15:54:44 1999  Alexandre Julliard  <julliard at winehq.com>

 	* controls/menu.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, graphics/metafiledrv/text.c, include/winioctl.h, win32/kernel32.c:
 	Marcus Meissner <marcus at jet.franken.de>
-	Fixed some warnings. removed some unneccessary includes, removed one
+	Fixed some warnings. removed some unnecessary includes, removed one
 	direct WND* access in controls/menu.c.

 	* windows/win.c: Francis Beaudet <francis at macadamian.com>
@@ -108044,7 +108044,7 @@ Wed Mar 10 18:03:54 1999  Alexandre Julliard  <julliard at winehq.com>

 	* if1632/thunk.c: Ulrich Weigand <weigand at informatik.uni-erlangen.de>
 	Temporary fix: Activate 16-bit system timer callback routines, but
-	skip calling them if timer signal occured while current thread was
+	skip calling them if timer signal occurred while current thread was
 	holding the Win16Lock (to prevent 16-bit stack corruption).

 	* include/syslevel.h, scheduler/syslevel.c:
@@ -108694,7 +108694,7 @@ Fri Feb 19 16:50:24 1999  Alexandre Julliard  <julliard at winehq.com>
 	Fix redraw problems for ChooseColor dialog.

 	* */*.c: Marcus Meissner <marcus at jet.franken.de>
-	Removed a lot of occurences of windows.h (and added necessary other
+	Removed a lot of occurrences of windows.h (and added necessary other
 	includes).

 	* include/objidl.h, include/wine/obj_moniker.h, ole/compobj.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c:
@@ -111650,7 +111650,7 @@ Tue Dec  1 16:23:19 1998  Alexandre Julliard  <julliard at winehq.com>
 	The class name needs to be converted to a getptr.

 	* multimedia/mcimidi.c: Eric Pouech <Eric.Pouech at wanadoo.fr>
-	Fixed memory/status recovery when error occured in MIDI_mciOpen.
+	Fixed memory/status recovery when error occurred in MIDI_mciOpen.
 	Fixed support for RMID files in MIDI_mciOpen.
 	Fixed bug for playing MIDI files with tempo changes. Sound output is
 	now correct, but length of tracks (and therefore of whole file) is not
@@ -111658,7 +111658,7 @@ Tue Dec  1 16:23:19 1998  Alexandre Julliard  <julliard at winehq.com>
 	Changed error values (INTERNAL => INVALID_FILE) when file cannot be read.

 	* multimedia/mciwave.c: Eric Pouech <Eric.Pouech at wanadoo.fr>
-	Fixed memory/status recovery when error occured in WAVE_mciOpen.
+	Fixed memory/status recovery when error occurred in WAVE_mciOpen.
 	Changed error values (INTERNAL => INVALID_FILE) when file cannot
 	be read.

@@ -112506,7 +112506,7 @@ Fri Nov  6 17:36:13 1998  Alexandre Julliard  <julliard at winehq.com>

 	* scheduler/handle.c, if1632/thunk.c, include/debugtools.h, include/sig_context.h, multimedia/mmsystem.c:
 	Marcus Meissner <marcus at jet.franken.de>
-	Solaris redefines ERR and CS, fixed occurances.
+	Solaris redefines ERR and CS, fixed occurrences.
 	Solaris has TRAPNO in its sigcontext, added to sig_context.h

 	* include/mmsystem.h, multimedia/mmio.c, relay32/winmm.spec, if1632/mmsystem.spec:
diff --git a/documentation/ChangeLog.BETA b/documentation/ChangeLog.BETA
index e77554e..e537ebc 100644
--- a/documentation/ChangeLog.BETA
+++ b/documentation/ChangeLog.BETA
@@ -4902,7 +4902,7 @@
 	imm32: Fix a typo.

 	* dlls/imm32/imm.c:
-	imm32: ImmGetVirtualKey return orignal virtual key value.
+	imm32: ImmGetVirtualKey return original virtual key value.

 	* dlls/imm32/imm.c:
 	imm32: Reconstruct the ImmProcessKey, ImmTranslateMessage for the VK_PROCESSKEY.
@@ -5583,7 +5583,7 @@
 	  dlls/quartz/parser.h, dlls/quartz/pin.c, dlls/quartz/pin.h,
 	  dlls/quartz/waveparser.c:
 	quartz: Make wave parser and mpeg splitter zero copy by getting rid of the
-	seperate allocator for the output pin.
+	separate allocator for the output pin.

 	* dlls/quartz/filesource.c:
 	quartz: Add some sanity checks to file splitter.
@@ -5998,7 +5998,7 @@
 2008-04-21  Steven Edwards <winehacker at gmail.com>

 	* dlls/rpcrt4/cstub.c:
-	rpcrt4: Correct the number of aguments for fill_method on unsupported
+	rpcrt4: Correct the number of arguments for fill_method on unsupported
 	architectures.

 2008-04-21  Dmitry Timoshkov <dmitry at codeweavers.com>
@@ -8003,7 +8003,7 @@
 	* dlls/quartz/mpegsplit.c:
 	quartz: Make mpeg splitter keep track of play position and keep last sample
 	if sending was not successful.
-	This fixes data discontinuities that earlier occured after a
+	This fixes data discontinuities that earlier occurred after a
 	stop/pause command or the downright rejection of a sample (S_FALSE).

 2008-04-08  Alexandre Julliard <julliard at winehq.org>
@@ -12920,7 +12920,7 @@
 	  tools/make_makefiles:
 	makefiles: Simplify the use of the MODULE variable in static import libraries.
 	Don't include platform-specific information when declaring the name of
-	the static import libary to build. Instead, add this information in
+	the static import library to build. Instead, add this information in
 	Makeimplib.rules.in.

 	* dlls/secur32/ntlm.c:
@@ -20471,7 +20471,7 @@

 	* tools/widl/typegen.c:
 	widl: Fix context handle "cannot be null" detection.
-	The "cannot be null" attibute is applied to a parameter if and only if
+	The "cannot be null" attribute is applied to a parameter if and only if
 	it is in-only.

 2008-01-06  Rob Shearman <rob at codeweavers.com>
@@ -28380,7 +28380,7 @@
 2007-10-30  Chris Wulff <crwulff at rochester.rr.com>

 	* dlls/hal/Makefile.in, dlls/hal/hal.c, dlls/hal/hal.spec:
-	hal: Added stubs for KfAquireSpinLock, KfReleaseSpinLock, KfLowerIrql,
+	hal: Added stubs for KfAcquireSpinLock, KfReleaseSpinLock, KfLowerIrql,
 	KfRaiseIrql.

 	* dlls/kernel32/kernel32.spec, dlls/kernel32/volume.c:
@@ -32127,7 +32127,7 @@

 	* dlls/wineoss.drv/audio.c, dlls/wineoss.drv/audio.h,
 	  dlls/wineoss.drv/dscapture.c, dlls/wineoss.drv/dsrender.c:
-	wineoss: Seperate wave-in and wave-outs shared use of a single OSS_DEVICE struct.
+	wineoss: Separate wave-in and wave-outs shared use of a single OSS_DEVICE struct.

 	* dlls/dsound/capture.c:
 	dsound: Call waveInUnPrepareHeader and waveInPrepareHeader when submitting
@@ -49529,7 +49529,7 @@
 2007-05-05  Maarten Lankhorst <m.b.lankhorst at gmail.com>

 	* dlls/winmm/time.c:
-	winmm: Use criticalsection for determining wether timer is synchronously
+	winmm: Use criticalsection for determining whether timer is synchronously
 	killable.

 2007-05-06  Bernard Ladenthin <bernard at ladenthin.net>
@@ -50212,7 +50212,7 @@
 2007-04-23  Stefan D??singer <stefan at codeweavers.com>

 	* dlls/ddraw/ddraw.c:
-	ddraw: Move the additional surface creation into a seperate function.
+	ddraw: Move the additional surface creation into a separate function.

 	* dlls/ddraw/surface.c:
 	ddraw: Do not access the surface connection structure directly in SetPalette.
@@ -51185,7 +51185,7 @@
 	Instead of creating a converted declaration each time SetFVF is
 	called, exactly one declaration is created for each FVF(on demand) and
 	stored for the lifetime of the device. This avoids memory leaks and
-	makes keeping track of converted declarations easier. Wether a
+	makes keeping track of converted declarations easier. Whether a
 	declaration is converted from a fvf or not is now a static information
 	inside the declaration. Those declarations are not destroyed in
 	VertexDeclaration::Release, they stay for the lifetime of the
@@ -51447,7 +51447,7 @@

 	* dlls/secur32/base64_codec.c, dlls/secur32/dispatcher.c,
 	  dlls/secur32/ntlm.c, dlls/secur32/util.c:
-	secur32: Move NTLM debug output to a seperate "ntlm" channel.
+	secur32: Move NTLM debug output to a separate "ntlm" channel.

 2007-04-13  Francois Gouget <fgouget at codeweavers.com>

@@ -54405,7 +54405,7 @@

 	* dlls/wined3d/device.c, dlls/wined3d/surface.c:
 	wined3d: Blitting to offscreen target.
-	Fix the NULL deref that occured when blitting to offscreen targets and
+	Fix the NULL deref that occurred when blitting to offscreen targets and
 	select the proper gl drawing buffer instead.

 2007-03-14  Miko??aj Zalewski <mikolaj at zalewski.pl>
@@ -65313,7 +65313,7 @@
 2006-12-10  Roderick Colenbrander <thunderbird2k at gmx.net>

 	* dlls/winex11.drv/opengl.c:
-	wgl: Make the WGL code independant of the number of supported pixel formats.
+	wgl: Make the WGL code independent of the number of supported pixel formats.

 2006-12-10  Chris Robinson <chris.kcat at gmail.com>

@@ -74522,7 +74522,7 @@

 	* dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
 	  dlls/mshtml/nsiface.idl, dlls/mshtml/persist.c:
-	mshtml: Added begining implementation of IPersistStreamInit::Save.
+	mshtml: Added beginning implementation of IPersistStreamInit::Save.

 	* dlls/mshtml/nsembed.c:
 	mshtml: Code cleanup.
@@ -78408,7 +78408,7 @@

 	* dlls/comctl32/theme_dialog.c, dlls/comctl32/theme_edit.c,
 	  dlls/comctl32/theme_listbox.c:
-	comctl32: Remove unneccessary default debug channels.
+	comctl32: Remove unnecessary default debug channels.

 2006-08-25  Jan Zerebecki <jan.wine at zerebecki.de>

@@ -86039,7 +86039,7 @@
 	* programs/oleview/En.rc, programs/oleview/main.h,
 	  programs/oleview/oleview.c, programs/oleview/resource.h,
 	  programs/oleview/tree.c:
-	oleview: Added base menu funcionality.
+	oleview: Added base menu functionality.

 	* programs/oleview/En.rc, programs/oleview/main.h,
 	  programs/oleview/oleview.c, programs/oleview/resource.h,
@@ -88446,7 +88446,7 @@
 	taskmgr: Use correct types for Win64.

 	* programs/hh/main.c:
-	hh: Cast GetProcAddress's return to supress a Win64 warning.
+	hh: Cast GetProcAddress's return to suppress a Win64 warning.

 	* programs/winetest/gui.c:
 	winetest: Fix dialog prototypes.
@@ -88598,7 +88598,7 @@
 	mshtml: Added beginning OnDataAvailable implementation.

 	* dlls/mshtml/navigate.c, dlls/mshtml/persist.c:
-	mshtml: Added begining binding code in IPersistMoniker::Load.
+	mshtml: Added beginning binding code in IPersistMoniker::Load.

 	* dlls/mshtml/mshtml_private.h, dlls/mshtml/navigate.c,
 	  dlls/mshtml/nsiface.idl, dlls/mshtml/nsio.c:
@@ -98159,7 +98159,7 @@

 	* dlls/dbghelp/msc.c:
 	dbghelp: Type parsing refactoring.
-	- seperate types' table handling from a single type handling
+	- separate types' table handling from a single type handling
 	by adding codeview_parse_one_type function
 	- factored all calls for caching symt
 	- make type parsing helpers return the symt instead of a
@@ -103267,7 +103267,7 @@
 2006-01-27  Dmitry Timoshkov <dmitry at codeweavers.com>

 	* dlls/user/scroll.c:
-	user: Postpone resetting SCROLL_TrackingWin untill all notifications are sent.
+	user: Postpone resetting SCROLL_TrackingWin until all notifications are sent.

 2006-01-27  Eric Pouech <eric.pouech at wanadoo.fr>

@@ -105065,7 +105065,7 @@
 	  dlls/riched20/run.c:
 	riched20: Speed up text insertion.
 	Optimized reading large texts into RichEdit to be an O(n) order
-	algorythm instead of O(n^2) by removing extraneous conversions of
+	algorithm instead of O(n^2) by removing extraneous conversions of
 	character offsets to run offsets.

 2006-01-10  Mike McCormack <mike at codeweavers.com>
diff --git a/documentation/ChangeLog.OLD b/documentation/ChangeLog.OLD
index 508c3aa..6fa070f 100644
--- a/documentation/ChangeLog.OLD
+++ b/documentation/ChangeLog.OLD
@@ -1818,7 +1818,7 @@ Wed Jun 17 11:16:54 1998  David Luyer <luyer at ucs.uwa.edu.au>

 	* [relay32/relay386.c] [if1632/relay.c]
 	Move debug_relay_(include|exclude)_list handling into
-	seperate function RELAY_ShowDebugmsgsRelay().  Include
+	separate function RELAY_ShowDebugmsgsRelay().  Include
 	checking of this for 16 bit calls (originally only
 	32-bit calls).

@@ -4466,7 +4466,7 @@ Wed Nov 12 03:42:45 1997  Chris Faherty <chrisf at america.com>

 	* [misc/ver.c]
 	Changed VerInstall32A to assume srcdir as destination if destdir
-	is blank.  This was causing alot of DLL installation into SYSTEM
+	is blank.  This was causing a lot of DLL installation into SYSTEM
 	directory to fail.

 	* [loader/ne_image.c]
@@ -5106,7 +5106,7 @@ Thu Aug 28 19:30:08 1997  Morten Welinder  <terra at diku.dk>
 Sun Aug 24 16:22:57 1997  Andrew Taylor <ataylor at cadvision.com>

 	* [multimedia/mmsystem.c]
-	Changed mmioDescend to use mmio functions for file I/O, neccessary
+	Changed mmioDescend to use mmio functions for file I/O, necessary
 	for memory files.

 ----------------------------------------------------------------------
@@ -13037,7 +13037,7 @@ Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro at tc.cornell.edu)

 	* [controls/edit.c]
 	Lots of bug fixes related to diappearing text, lost carets,
-	highlighting, segmentation faults, occurance of random
+	highlighting, segmentation faults, occurrence of random
 	characters, insertion of characters over selection, misplaced
 	caret location, display corruption, end of line behavior, etc.

@@ -13794,7 +13794,7 @@ Sun Nov  6 18:22:18 1994  Michael Patra  <micky at marie.physik.tu-berlin.de>
 	LocalInit(): The case start==0 is now handled in the way it should.

 	* [windows/win.c]
-	GetWindowLong(): If the adress of the windows function is requested
+	GetWindowLong(): If the address of the windows function is requested
 	it's no longer returned if it's within the Wine code (and therefore
 	unreachable by a windows program). This makes Borland's OWL happy.

@@ -14276,7 +14276,7 @@ Sun Aug 21 21:12:06 MET DST 1994	<erik at xs4all.nl>
 Thu Aug 25 15:24:36 EDT 1994            <jrichard at cs.uml.edu>

         * [include/win.h]
-        Removed seperate X window for icon, added icon width,height.
+        Removed separate X window for icon, added icon width,height.

 	* [include/windows.h]
 	Commented out the old SW_xxx emum and added defines since
@@ -14318,7 +14318,7 @@ Thu Aug 25 15:24:36 EDT 1994            <jrichard at cs.uml.edu>
         unless it has to (no icon for this class).

         * [windows/win.c]
-        Removed creation of seperate icon window from CreateWindowEx().
+        Removed creation of separate icon window from CreateWindowEx().

         * [windows/winpos.c]
         Added saving and restoring of window rectangle during
@@ -15001,7 +15001,7 @@ Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe at tat.physik.uni-tuebingen.de)

         * include/windows.h:
           functions pointers can not be packed.
-          (annoying warnings with forthcomming gcc-2.6.x)
+          (annoying warnings with forthcoming gcc-2.6.x)

         * loader/main.c (InitDLL):
           Fixed a printf statement. (for control.exe)
@@ -15135,7 +15135,7 @@ Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf at dragon)
         * [edit.c]
         cp1 was uninitialized iff lineno == 0

-        *  FindFile tests for existance of file even if a full
+        *  FindFile tests for existence of file even if a full
            filename was supplied. What about unix file names?

         * [controls/listbox ]
@@ -15168,7 +15168,7 @@ Wed May 25 21:55:38 1994  Bob Amstadt  (bob at pooh)
 	fixed creation of pop.h to guarantee that flags are restored correctly.

 	* [misc/comm.c]
-	changed all occurance of strncmp() to strncasecmp().
+	changed all occurrence of strncmp() to strncasecmp().
 	BuildCommDCB() should not require that OpenComm() be called first.

 	* [loader/selector.c]
@@ -15704,7 +15704,7 @@ Apr 4, 94 martin2 at trgcorp.solucorp.qc.ca (Martin Ayotte)

 	* [control/menu.c]
 	Make mouse menu navigation working again. :-))
-	(be carefull, clicking outside menus (ie.: clientrect)
+	(be careful, clicking outside menus (ie.: clientrect)
 	not resolved yet)

 	* [windows/nonclient.c]  [controls/scroll.c]
@@ -16246,7 +16246,7 @@ Tue Feb 22 15:01:31 EST 1994    jrichard at cs.uml.edu (John Richardson)
         inefficent, but should suffice for now.

         * [include/windows.h]
-        Changed the x,y paramaters for the FloodFill prototype
+        Changed the x,y parameters for the FloodFill prototype
         from ints to shorts

 Tue Feb 22 00:58:28 MET 1994  julliard at di.epfl.ch (Alexandre Julliard)
diff --git a/tools/winebuild/utils.c b/tools/winebuild/utils.c
index 2028b05..c6b9595 100644
--- a/tools/winebuild/utils.c
+++ b/tools/winebuild/utils.c
@@ -472,7 +472,7 @@ const char *get_nm_command(void)
     if (!nm_command)
         fatal_error( "cannot find suitable name lister\n" );
     if (nm_command->count > 1)
-        fatal_error( "multiple arguemnts in nm command not supported yet\n" );
+        fatal_error( "multiple arguments in nm command not supported yet\n" );
     return nm_command->str[0];
 }

-- 
1.7.10.4



More information about the wine-patches mailing list