Assorted spelling fixes.

Francois Gouget fgouget at free.fr
Tue May 6 13:01:59 CDT 2008


---
 dlls/comctl32/comboex.c        |    2 +-
 dlls/comctl32/listview.c       |    2 +-
 dlls/dmime/segment.c           |    4 ++--
 dlls/dmstyle/styletrack.c      |    2 +-
 dlls/kernel32/module.c         |    2 +-
 dlls/msi/action.c              |    2 +-
 dlls/quartz/mpegsplit.c        |    2 +-
 dlls/quartz/pin.h              |    2 +-
 dlls/quartz/waveparser.c       |    2 +-
 dlls/rsaenh/mpi.c              |    2 +-
 dlls/shell32/tests/shelllink.c |    2 +-
 dlls/shell32/tests/shellpath.c |    2 +-
 dlls/twain_32/dsm_ctrl.c       |    2 +-
 dlls/wined3d/state.c           |    2 +-
 dlls/wined3d/swapchain.c       |    2 +-
 dlls/winmm/lolvldrv.c          |    2 +-
 dlls/winmm/mmsystem.c          |    2 +-
 dlls/winmm/playsound.c         |    2 +-
 tools/widl/parser.y            |    2 +-
 19 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/dlls/comctl32/comboex.c b/dlls/comctl32/comboex.c
index cfcfed8..664d0a2 100644
--- a/dlls/comctl32/comboex.c
+++ b/dlls/comctl32/comboex.c
@@ -1635,7 +1635,7 @@ static LRESULT COMBOEX_NCCreate (HWND hwnd)
     oldstyle = (DWORD)GetWindowLongW (hwnd, GWL_STYLE);
     newstyle = oldstyle & ~(WS_VSCROLL | WS_HSCROLL | WS_BORDER);
     if (newstyle != oldstyle) {
-	TRACE("req style %08x, reseting style %08x\n",
+	TRACE("req style %08x, resetting style %08x\n",
 	      oldstyle, newstyle);
 	SetWindowLongW (hwnd, GWL_STYLE, newstyle);
     }
diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c
index 7760ecb..e743531 100644
--- a/dlls/comctl32/listview.c
+++ b/dlls/comctl32/listview.c
@@ -8506,7 +8506,7 @@ static LRESULT LISTVIEW_KillFocus(LISTVIEW_INFO *infoPtr)
     /* set window focus flag */
     infoPtr->bFocus = FALSE;
 
-    /* invalidate the selected items before reseting focus flag */
+    /* invalidate the selected items before resetting focus flag */
     LISTVIEW_InvalidateSelectedItems(infoPtr);
     
     return 0;
diff --git a/dlls/dmime/segment.c b/dlls/dmime/segment.c
index 6b7243a..f736c71 100644
--- a/dlls/dmime/segment.c
+++ b/dlls/dmime/segment.c
@@ -844,7 +844,7 @@ static HRESULT IDirectMusicSegment8Impl_IPersistStream_ParseTrackForm (LPPERSIST
     
     switch (Chunk.fccID) {
     case DMUS_FOURCC_TRACK_CHUNK: {
-      TRACE_(dmfile)(": track chunck\n");
+      TRACE_(dmfile)(": track chunk\n");
       IStream_Read (pStm, &track_hdr, sizeof(DMUS_IO_TRACK_HEADER), NULL);
       TRACE_(dmfile)(" - class: %s\n", debugstr_guid (&track_hdr.guidClassID));
       TRACE_(dmfile)(" - dwGroup: %d\n", track_hdr.dwGroup);
@@ -853,7 +853,7 @@ static HRESULT IDirectMusicSegment8Impl_IPersistStream_ParseTrackForm (LPPERSIST
       break;
     }
     case DMUS_FOURCC_TRACK_EXTRAS_CHUNK: {
-      TRACE_(dmfile)(": track extras chunck\n");
+      TRACE_(dmfile)(": track extras chunk\n");
       IStream_Read (pStm, &track_xhdr, sizeof(DMUS_IO_TRACK_EXTRAS_HEADER), NULL);
       break;
     }
diff --git a/dlls/dmstyle/styletrack.c b/dlls/dmstyle/styletrack.c
index 7d09e3a..9085717 100644
--- a/dlls/dmstyle/styletrack.c
+++ b/dlls/dmstyle/styletrack.c
@@ -282,7 +282,7 @@ static HRESULT IDirectMusicStyleTrack_IPersistStream_ParseStyleRef (LPPERSISTSTR
     TRACE_(dmfile)(": %s chunk (size = %d)", debugstr_fourcc (Chunk.fccID), Chunk.dwSize);
     switch (Chunk.fccID) { 
     case DMUS_FOURCC_TIME_STAMP_CHUNK: {
-      TRACE_(dmfile)(": Time Stamp chunck\n");
+      TRACE_(dmfile)(": Time Stamp chunk\n");
       pNewItem = HeapAlloc (GetProcessHeap (), HEAP_ZERO_MEMORY, sizeof(DMUS_PRIVATE_STYLE_ITEM));
       if (NULL == pNewItem) {
 	ERR(": no more memory\n");
diff --git a/dlls/kernel32/module.c b/dlls/kernel32/module.c
index e31f43d..e233c85 100644
--- a/dlls/kernel32/module.c
+++ b/dlls/kernel32/module.c
@@ -361,7 +361,7 @@ enum binary_type MODULE_GetBinaryType( HANDLE hfile, void **res_start, void **re
  *  FALSE, if the file is not an executable or if the function fails.
  *
  * NOTES
- *  The type of executable is a property that determines which subsytem an
+ *  The type of executable is a property that determines which subsystem an
  *  executable file runs under. lpBinaryType can be set to one of the following
  *  values:
  *   SCS_32BIT_BINARY: A Win32 based application
diff --git a/dlls/msi/action.c b/dlls/msi/action.c
index 749da32..0c5306c 100644
--- a/dlls/msi/action.c
+++ b/dlls/msi/action.c
@@ -1992,7 +1992,7 @@ static UINT ITERATE_CostFinalizeConditions(MSIRECORD *row, LPVOID param)
         if (MSI_EvaluateConditionW(package,Condition) == MSICONDITION_TRUE)
         {
             int level = MSI_RecordGetInteger(row,2);
-            TRACE("Reseting feature %s to level %i\n", debugstr_w(name), level);
+            TRACE("Resetting feature %s to level %i\n", debugstr_w(name), level);
             feature->Level = level;
         }
     }
diff --git a/dlls/quartz/mpegsplit.c b/dlls/quartz/mpegsplit.c
index 9549a0d..86c9369 100644
--- a/dlls/quartz/mpegsplit.c
+++ b/dlls/quartz/mpegsplit.c
@@ -259,7 +259,7 @@ static HRESULT MPEGSplitter_process_sample(LPVOID iface, IMediaSample * pSample,
         hr = IMediaSample_GetPointer(pSample, &pbSrcStream);
     }
 
-    /* Flush occuring */
+    /* Flush occurring */
     if (cbSrcStream == 0)
     {
         FIXME(".. Why do I need you?\n");
diff --git a/dlls/quartz/pin.h b/dlls/quartz/pin.h
index 80b439d..8f160bf 100644
--- a/dlls/quartz/pin.h
+++ b/dlls/quartz/pin.h
@@ -51,7 +51,7 @@ typedef HRESULT (* CLEANUPPROC) (LPVOID userdata);
 /* This function is called whenever a request for a new sample is made,
  * If you implement it (it can be NULL for default behavior), you have to
  * call IMemAllocator_GetBuffer and IMemAllocator_RequestBuffer
- * This is useful if you want to request more then 1 buffer at simultaneously
+ * This is useful if you want to request more than 1 buffer at simultaneously
  * If PullPin->flushed is set, it means that all buffers queued previously are gone
  *
  * This will also cause the Sample Proc to be called with empty buffers to indicate
diff --git a/dlls/quartz/waveparser.c b/dlls/quartz/waveparser.c
index a40bb65..9c5e6fa 100644
--- a/dlls/quartz/waveparser.c
+++ b/dlls/quartz/waveparser.c
@@ -87,7 +87,7 @@ static HRESULT WAVEParser_Sample(LPVOID iface, IMediaSample * pSample, DWORD_PTR
 
     cbSrcStream = IMediaSample_GetActualDataLength(pSample);
 
-    /* Flush occuring */
+    /* Flush occurring */
     if (cbSrcStream == 0)
     {
         TRACE(".. Why do I need you?\n");
diff --git a/dlls/rsaenh/mpi.c b/dlls/rsaenh/mpi.c
index 23207dd..20c04fc 100644
--- a/dlls/rsaenh/mpi.c
+++ b/dlls/rsaenh/mpi.c
@@ -231,7 +231,7 @@ fast_mp_montgomery_reduce (mp_int * x, const mp_int * n, mp_digit rho)
     /* a = a + mu * m * b**i
      *
      * This is computed in place and on the fly.  The multiplication
-     * by b**i is handled by offseting which columns the results
+     * by b**i is handled by offsetting which columns the results
      * are added to.
      *
      * Note the comba method normally doesn't handle carries in the
diff --git a/dlls/shell32/tests/shelllink.c b/dlls/shell32/tests/shelllink.c
index 9b61c38..a331b10 100644
--- a/dlls/shell32/tests/shelllink.c
+++ b/dlls/shell32/tests/shelllink.c
@@ -17,7 +17,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  * This is a test program for the SHGet{Special}Folder{Path|Location} functions
- * of shell32, that get either a filesytem path or a LPITEMIDLIST (shell
+ * of shell32, that get either a filesystem path or a LPITEMIDLIST (shell
  * namespace) path for a given folder (CSIDL value).
  *
  */
diff --git a/dlls/shell32/tests/shellpath.c b/dlls/shell32/tests/shellpath.c
index 985d36d..a6bbcae 100644
--- a/dlls/shell32/tests/shellpath.c
+++ b/dlls/shell32/tests/shellpath.c
@@ -17,7 +17,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  * This is a test program for the SHGet{Special}Folder{Path|Location} functions
- * of shell32, that get either a filesytem path or a LPITEMIDLIST (shell
+ * of shell32, that get either a filesystem path or a LPITEMIDLIST (shell
  * namespace) path for a given folder (CSIDL value).
  *
  * FIXME:
diff --git a/dlls/twain_32/dsm_ctrl.c b/dlls/twain_32/dsm_ctrl.c
index b07d2b8..346aad3 100644
--- a/dlls/twain_32/dsm_ctrl.c
+++ b/dlls/twain_32/dsm_ctrl.c
@@ -202,7 +202,7 @@ TW_UINT16 TWAIN_OpenDS (pTW_IDENTITY pOrigin, TW_MEMREF pData)
 	TRACE("DG_CONTROL/DAT_IDENTITY/MSG_OPENDS\n");
         TRACE("pIdentity is %s\n", pIdentity->ProductName);
 	if (DSM_currentState != 3) {
-		FIXME("seq errror\n");
+		FIXME("seq error\n");
 		DSM_twCC = TWCC_SEQERROR;
 		return TWRC_FAILURE;
 	}
diff --git a/dlls/wined3d/state.c b/dlls/wined3d/state.c
index 482c293..1fc1309 100644
--- a/dlls/wined3d/state.c
+++ b/dlls/wined3d/state.c
@@ -2538,7 +2538,7 @@ static void tex_bumpenvmat(DWORD state, IWineD3DStateBlockImpl *stateblock, Wine
     } else if(GL_SUPPORT(NV_TEXTURE_SHADER2)) {
         /* Direct3D sets the matrix in the stage reading the perturbation map. The result is used to
          * offset the destination stage(always stage + 1 in d3d). In GL_NV_texture_shader, the bump
-         * map offseting is done in the stage reading the bump mapped texture, and the perturbation
+         * map offsetting is done in the stage reading the bump mapped texture, and the perturbation
          * map is read from a specified source stage(always stage - 1 for d3d). Thus set the matrix
          * for stage + 1. Keep the nvrc tex unit mapping in mind too
          */
diff --git a/dlls/wined3d/swapchain.c b/dlls/wined3d/swapchain.c
index 3fc165b..5cc1c59 100644
--- a/dlls/wined3d/swapchain.c
+++ b/dlls/wined3d/swapchain.c
@@ -183,7 +183,7 @@ static HRESULT WINAPI IWineD3DSwapChainImpl_Present(IWineD3DSwapChain *iface, CO
 
     if (pSourceRect || pDestRect) FIXME("Unhandled present options %p/%p\n", pSourceRect, pDestRect);
     /* TODO: If only source rect or dest rect are supplied then clip the window to match */
-    TRACE("preseting HDC %p\n", This->context[0]->hdc);
+    TRACE("presetting HDC %p\n", This->context[0]->hdc);
 
     /* Don't call checkGLcall, as glGetError is not applicable here */
     if (hDestWindowOverride && This->win_handle != hDestWindowOverride) {
diff --git a/dlls/winmm/lolvldrv.c b/dlls/winmm/lolvldrv.c
index 22f333a..e0bf737 100644
--- a/dlls/winmm/lolvldrv.c
+++ b/dlls/winmm/lolvldrv.c
@@ -1,7 +1,7 @@
 /* -*- tab-width: 8; c-basic-offset: 4 -*- */
 
 /*
- * MMSYTEM low level drivers handling functions
+ * MMSYSTEM low level drivers handling functions
  *
  * Copyright 1999 Eric Pouech
  *
diff --git a/dlls/winmm/mmsystem.c b/dlls/winmm/mmsystem.c
index ec469b3..a0e06fe 100644
--- a/dlls/winmm/mmsystem.c
+++ b/dlls/winmm/mmsystem.c
@@ -1,7 +1,7 @@
 /* -*- tab-width: 8; c-basic-offset: 4 -*- */
 
 /*
- * MMSYTEM functions
+ * MMSYSTEM functions
  *
  * Copyright 1993      Martin Ayotte
  *           1998-2003 Eric Pouech
diff --git a/dlls/winmm/playsound.c b/dlls/winmm/playsound.c
index 96d3249..2979d77 100644
--- a/dlls/winmm/playsound.c
+++ b/dlls/winmm/playsound.c
@@ -1,7 +1,7 @@
 /* -*- tab-width: 8; c-basic-offset: 4 -*- */
 
 /*
- * MMSYTEM functions
+ * MMSYSTEM functions
  *
  * Copyright 1993      Martin Ayotte
  *           1998-2002 Eric Pouech
diff --git a/tools/widl/parser.y b/tools/widl/parser.y
index db0778a..6846368 100644
--- a/tools/widl/parser.y
+++ b/tools/widl/parser.y
@@ -1592,7 +1592,7 @@ static void set_type(var_t *v, decl_spec_t *decl_spec, const declarator_t *decl,
         }
   }
 
-  /* v->type is currently pointing the the type on the left-side of the
+  /* v->type is currently pointing to the type on the left-side of the
    * declaration, so we need to fix this up so that it is the return type of the
    * function and make v->type point to the function side of the declaration */
   if (func_type)
-- 
1.5.5.1



More information about the wine-patches mailing list