Assorted spelling fixes.

Francois Gouget fgouget at free.fr
Wed Aug 3 04:36:15 CDT 2011


---
 dlls/comdlg32/printdlg.c               |    2 +-
 dlls/dinput/tests/joystick.c           |    4 ++--
 dlls/dinput8/tests/device.c            |    2 +-
 dlls/msdaps/usrmarshal.c               |    2 +-
 dlls/mshtml/nsio.c                     |    2 +-
 dlls/msxml3/tests/domdoc.c             |    2 +-
 dlls/winealsa.drv/midi.c               |    4 ++--
 dlls/wineoss.drv/midi.c                |    2 +-
 dlls/winex11.drv/dib_convert.c         |    2 +-
 dlls/winex11.drv/dib_dst_swap.c        |    2 +-
 dlls/winex11.drv/dib_src_swap.c        |    2 +-
 programs/cmd/tests/test_builtins.cmd   |    2 +-
 programs/wineconsole/winecon_private.h |    2 +-
 tools/winemaker                        |    2 +-
 14 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/dlls/comdlg32/printdlg.c b/dlls/comdlg32/printdlg.c
index 43967a9..b2d5331 100644
--- a/dlls/comdlg32/printdlg.c
+++ b/dlls/comdlg32/printdlg.c
@@ -3363,7 +3363,7 @@ PRINTDLG_PagePaintProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
     HDC hdc;
     HBRUSH hbrush, holdbrush;
     pagesetup_data *data;
-    int papersize=0, orientation=0; /* FIXME: set this values for user paint hook */
+    int papersize=0, orientation=0; /* FIXME: set these values for the user paint hook */
     double scalx, scaly;
 
     if (uMsg != WM_PAINT)
diff --git a/dlls/dinput/tests/joystick.c b/dlls/dinput/tests/joystick.c
index 194069d..0251f35 100644
--- a/dlls/dinput/tests/joystick.c
+++ b/dlls/dinput/tests/joystick.c
@@ -395,7 +395,7 @@ static BOOL CALLBACK EnumJoysticks(
             }
 
             /* Check effect status.
-             * State: initialy stopped
+             * State: initially stopped
              * start
              * State: started
              * unacquire, acquire, download
@@ -435,7 +435,7 @@ static BOOL CALLBACK EnumJoysticks(
             ok(IsEqualGUID(&GUID_ConstantForce, &guid), "Wrong guid returned\n");
 
             /* Check autocenter status
-             * State: initialy stopped
+             * State: initially stopped
              * enable
              * State: enabled
              * acquire
diff --git a/dlls/dinput8/tests/device.c b/dlls/dinput8/tests/device.c
index 31e2e3f..30c702f 100644
--- a/dlls/dinput8/tests/device.c
+++ b/dlls/dinput8/tests/device.c
@@ -296,7 +296,7 @@ static void test_action_mapping(void)
     hr = IDirectInput8_EnumDevicesBySemantics(pDI, 0, &af, enumeration_callback, &data, DIEDBSFL_ATTACHEDONLY);
     ok (SUCCEEDED(hr), "EnumDevicesBySemantics failed: hr=%08x\n", hr);
 
-    /* After a succesfull action mapping we should have no devices available */
+    /* After a successful action mapping we should have no devices available */
     count.ndevices = 0;
     hr = IDirectInput8_EnumDevicesBySemantics(pDI, 0, &af, counting_callback, &count, DIEDBSFL_AVAILABLEDEVICES);
     ok (SUCCEEDED(hr), "EnumDevicesBySemantics failed hr=%08x\n", hr);
diff --git a/dlls/msdaps/usrmarshal.c b/dlls/msdaps/usrmarshal.c
index 0f2517d..7b983f3 100644
--- a/dlls/msdaps/usrmarshal.c
+++ b/dlls/msdaps/usrmarshal.c
@@ -1,5 +1,5 @@
 /*
- *    Misc marshaling routinues
+ *    Misc marshaling routines
  *
  * Copyright 2009 Huw Davies
  *
diff --git a/dlls/mshtml/nsio.c b/dlls/mshtml/nsio.c
index fdfa44f..8829bf7 100644
--- a/dlls/mshtml/nsio.c
+++ b/dlls/mshtml/nsio.c
@@ -1538,7 +1538,7 @@ static BOOL ensure_uri_builder(nsWineURI *This)
 
         hres = CreateIUriBuilder(This->uri, 0, 0, &This->uri_builder);
         if(FAILED(hres)) {
-            WARN("CreateIUriBulder failed: %08x\n", hres);
+            WARN("CreateIUriBuilder failed: %08x\n", hres);
             return FALSE;
         }
     }
diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c
index bced22c..a646501 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -8499,7 +8499,7 @@ static void test_setAttributeNode(void)
 
     IXMLDOMElement_Release(elem);
 
-    /* initialy used element is released, attribute still 'has' a container */
+    /* initially used element is released, attribute still 'has' a container */
     hr = IXMLDOMDocument_get_documentElement(doc, &elem);
     ok( hr == S_OK, "got 0x%08x\n", hr);
     ret_attr = (void*)0xdeadbeef;
diff --git a/dlls/winealsa.drv/midi.c b/dlls/winealsa.drv/midi.c
index 1e5b436..ceae2d7 100644
--- a/dlls/winealsa.drv/midi.c
+++ b/dlls/winealsa.drv/midi.c
@@ -150,12 +150,12 @@ static	int 	MIDI_AlsaToWindowsDeviceType(unsigned int type)
      * MOD_SQSYNTH      square wave internal synth
      * MOD_FMSYNTH      FM internal synth
      * MOD_MAPPER       MIDI mapper
-     * MOD_WAVETABLE    hardware watetable internal synth
+     * MOD_WAVETABLE    hardware wavetable internal synth
      * MOD_SWSYNTH      software internal synth
      */
 
     /* FIXME Is this really the correct equivalence from ALSA to
-       Windows Sound type */
+       Windows Sound type? */
 
     if (type & SND_SEQ_PORT_TYPE_SYNTH)
         return MOD_FMSYNTH;
diff --git a/dlls/wineoss.drv/midi.c b/dlls/wineoss.drv/midi.c
index 3b28213..7ca4cff 100644
--- a/dlls/wineoss.drv/midi.c
+++ b/dlls/wineoss.drv/midi.c
@@ -155,7 +155,7 @@ static	int 	MIDI_UnixToWindowsDeviceType(int type)
      * MOD_SQSYNTH      square wave internal synth
      * MOD_FMSYNTH      FM internal synth
      * MOD_MAPPER       MIDI mapper
-     * MOD_WAVETABLE    hardware watetable internal synth
+     * MOD_WAVETABLE    hardware wavetable internal synth
      * MOD_SWSYNTH      software internal synth
      */
 
diff --git a/dlls/winex11.drv/dib_convert.c b/dlls/winex11.drv/dib_convert.c
index c34e16c..0bca50d 100644
--- a/dlls/winex11.drv/dib_convert.c
+++ b/dlls/winex11.drv/dib_convert.c
@@ -1,5 +1,5 @@
 /*
- * DIB conversion routinues for cases where the source and destination
+ * DIB conversion routines for cases where the source and destination
  * have the same byte order.
  *
  * Copyright (C) 2001 Francois Gouget
diff --git a/dlls/winex11.drv/dib_dst_swap.c b/dlls/winex11.drv/dib_dst_swap.c
index cf0aa41..b81f48c 100644
--- a/dlls/winex11.drv/dib_dst_swap.c
+++ b/dlls/winex11.drv/dib_dst_swap.c
@@ -1,5 +1,5 @@
 /*
- * DIB conversion routinues for cases where the destination
+ * DIB conversion routines for cases where the destination
  * has non-native byte order.
  *
  * Copyright (C) 2003 Huw Davies
diff --git a/dlls/winex11.drv/dib_src_swap.c b/dlls/winex11.drv/dib_src_swap.c
index 65deed7..d260f98 100644
--- a/dlls/winex11.drv/dib_src_swap.c
+++ b/dlls/winex11.drv/dib_src_swap.c
@@ -1,5 +1,5 @@
 /*
- * DIB conversion routinues for cases where the source
+ * DIB conversion routines for cases where the source
  * has non-native byte order.
  *
  * Copyright (C) 2003 Huw Davies
diff --git a/programs/cmd/tests/test_builtins.cmd b/programs/cmd/tests/test_builtins.cmd
index eb79fb2..be1eead 100644
--- a/programs/cmd/tests/test_builtins.cmd
+++ b/programs/cmd/tests/test_builtins.cmd
@@ -530,7 +530,7 @@ mkdir foobar
 rd foobar
 echo %ErrorLevel%
 if not exist foobar echo dir removed
-rem Removing non-existent directory
+rem Removing nonexistent directory
 rmdir foobar
 echo %ErrorLevel%
 rem Removing single-level directories
diff --git a/programs/wineconsole/winecon_private.h b/programs/wineconsole/winecon_private.h
index ca5cb8c..951b45a 100644
--- a/programs/wineconsole/winecon_private.h
+++ b/programs/wineconsole/winecon_private.h
@@ -74,7 +74,7 @@ struct inner_data {
     void                (*fnSetFont)(struct inner_data* data, const WCHAR* font, unsigned height, unsigned weight);
     void		(*fnDeleteBackend)(struct inner_data* data);
 
-    void*               private;        /* data part belonging to the choosen backed */
+    void*               private;        /* data part belonging to the chosen backed */
 };
 
 /* from wineconsole.c */
diff --git a/tools/winemaker b/tools/winemaker
index ddca778..f1e9f0a 100755
--- a/tools/winemaker
+++ b/tools/winemaker
@@ -67,7 +67,7 @@ my $OPT_ASK_SKIP=-1;
 # The following constants define the architecture
 
 ##
-# Default Architecture will be choosen
+# Default Architecture will be chosen
 my $OPT_ARCH_DEFAULT=0;
 
 ##
-- 
1.7.5.4




More information about the wine-patches mailing list