Assorted spelling fixes

Francois Gouget fgouget at free.fr
Fri Oct 22 11:43:36 CDT 2004



Changelog:

  * dlls/avifil32/extrachunk.c
    dlls/comctl32/tests/imagelist.c
    dlls/ddraw/d3ddevice/mesa.c
    dlls/dplayx/dplayx_messages.h
    dlls/kernel/heap.c
    dlls/msi/action.c
    dlls/ole32/compobj.c
    dlls/shell32/shlfileop.c
    dlls/wined3d/device.c
    dlls/wined3d/directx.c
    dlls/winedos/int21.c

    Assorted spelling fixes.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                      f u kn rd ts, ur wy 2 gky 4 ur wn gd.
-------------- next part --------------
Index: dlls/avifil32/extrachunk.c
===================================================================
RCS file: /var/cvs/wine/dlls/avifil32/extrachunk.c,v
retrieving revision 1.9
diff -u -r1.9 extrachunk.c
--- dlls/avifil32/extrachunk.c	22 Jul 2004 19:43:14 -0000	1.9
+++ dlls/avifil32/extrachunk.c	21 Oct 2004 14:31:33 -0000
@@ -159,7 +159,7 @@
   TRACE("({%p,%lu},%p,%p,%p,0x%X)\n", extra->lp, extra->cb, hmmio, lpck,
 	lpckParent, flags);
 
-  /* what chunk id and form/list type shoiuld we search? */
+  /* what chunk id and form/list type should we search? */
   if (flags & MMIO_FINDCHUNK) {
     ckid    = lpck->ckid;
     fccType = 0;
@@ -177,7 +177,7 @@
   for (;;) {
     hr = mmioDescend(hmmio, lpck, lpckParent, 0);
     if (hr != S_OK) {
-      /* No extra chunks infront of desired chunk? */
+      /* No extra chunks in front of desired chunk? */
       if (flags == 0 && hr == MMIOERR_CHUNKNOTFOUND)
 	hr = AVIERR_OK;
       return hr;
Index: dlls/comctl32/tests/imagelist.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/tests/imagelist.c,v
retrieving revision 1.8
diff -u -r1.8 imagelist.c
--- dlls/comctl32/tests/imagelist.c	14 Oct 2004 00:34:47 -0000	1.8
+++ dlls/comctl32/tests/imagelist.c	19 Oct 2004 18:03:43 -0000
@@ -430,7 +430,7 @@
     imldp.himl = himl;
     if (!pImageList_DrawIndirect(&imldp))
     {
-      /* Earlier versions of native commctl32 use a smaller structure */
+      /* Earlier versions of native comctl32 use a smaller structure */
       imldp.cbSize -= 3 * sizeof(DWORD);
       ok(pImageList_DrawIndirect(&imldp),"DrawIndirect should succeed\n");
     }
@@ -501,7 +501,7 @@
     check_bits(hwnd, hmerge, 0, 32, empty_bits, "merge himl1,0");
     if (hmerge) ImageList_Destroy(hmerge);
 
-    /* Same happend if himl2 is empty */
+    /* Same happens if himl2 is empty */
     ImageList_Destroy(himl2);
     himl2 = ImageList_Create(32,32,0,0,3);
     ok(himl2 != NULL,"failed to recreate himl2\n");
Index: dlls/ddraw/d3ddevice/mesa.c
===================================================================
RCS file: /var/cvs/wine/dlls/ddraw/d3ddevice/mesa.c,v
retrieving revision 1.161
diff -u -r1.161 mesa.c
--- dlls/ddraw/d3ddevice/mesa.c	8 Sep 2004 01:50:37 -0000	1.161
+++ dlls/ddraw/d3ddevice/mesa.c	22 Oct 2004 10:11:44 -0000
@@ -3837,7 +3837,7 @@
         if (buffer_type == WINE_GL_BUFFER_FRONT) {
 	    GLenum prev_draw;
 
-	    TRACE(" flushing front buffer immediatly on screen.\n");
+	    TRACE(" flushing front buffer immediately on screen.\n");
 	    
 	    ENTER_GL();
 	    glGetIntegerv(GL_DRAW_BUFFER, &prev_draw);
Index: dlls/dplayx/dplayx_messages.h
===================================================================
RCS file: /var/cvs/wine/dlls/dplayx/dplayx_messages.h,v
retrieving revision 1.9
diff -u -r1.9 dplayx_messages.h
--- dlls/dplayx/dplayx_messages.h	5 Sep 2003 23:08:39 -0000	1.9
+++ dlls/dplayx/dplayx_messages.h	21 Oct 2004 14:32:13 -0000
@@ -197,7 +197,7 @@
   DPID  dpidAppServer3; /* Remote application server id again !? */
 
   DWORD unknown4[12]; /* ??? - Is this a clump of 5 and then 8? */
-                      /* NOTE: 1 byte infront of the two 0x??090002 entries changes!
+                      /* NOTE: 1 byte in front of the two 0x??090002 entries changes!
                       *       Is it a timestamp of some sort? 1st always smaller than
                       *       other...
                       */
Index: dlls/kernel/heap.c
===================================================================
RCS file: /var/cvs/wine/dlls/kernel/heap.c,v
retrieving revision 1.11
diff -u -r1.11 heap.c
--- dlls/kernel/heap.c	13 Aug 2004 19:47:11 -0000	1.11
+++ dlls/kernel/heap.c	21 Oct 2004 23:58:26 -0000
@@ -965,7 +965,7 @@
 /**********************************************************************
  * 		AllocMappedBuffer	(KERNEL32.38)
  *
- * This is a undocumented KERNEL32 function that
+ * This is an undocumented KERNEL32 function that
  * SMapLS's a GlobalAlloc'ed buffer.
  *
  * Input:   EDI register: size of buffer to allocate
Index: dlls/msi/action.c
===================================================================
RCS file: /var/cvs/wine/dlls/msi/action.c,v
retrieving revision 1.38
diff -u -r1.38 action.c
--- dlls/msi/action.c	8 Oct 2004 23:35:35 -0000	1.38
+++ dlls/msi/action.c	19 Oct 2004 20:34:38 -0000
@@ -4528,8 +4528,8 @@
 }
 
 /*
- * according to the docs when this is called it immediently recalculates all the
- * components states as well
+ * According to the docs, when this is called it immediately recalculates
+ * all the component states as well
  */
 UINT WINAPI MsiSetFeatureStateA(MSIHANDLE hInstall, LPCSTR szFeature,
                                 INSTALLSTATE iState)
Index: dlls/ole32/compobj.c
===================================================================
RCS file: /var/cvs/wine/dlls/ole32/compobj.c,v
retrieving revision 1.105
diff -u -r1.105 compobj.c
--- dlls/ole32/compobj.c	18 Oct 2004 19:34:51 -0000	1.105
+++ dlls/ole32/compobj.c	19 Oct 2004 18:03:43 -0000
@@ -516,7 +516,7 @@
 
     /* disconnect proxies to release the corresponding stubs.
      * It is confirmed in "Essential COM" in the sub-chapter on
-     * "Lifecycle Management and Marshaling" that the native version also
+     * "Lifecycle Management and Marshalling" that the native version also
      * does some kind of proxy cleanup in this function.
      * FIXME: does it just disconnect or completely destroy the proxies?
      * FIXME: should this be in the apartment destructor? */
Index: dlls/shell32/shlfileop.c
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/shlfileop.c,v
retrieving revision 1.46
diff -u -r1.46 shlfileop.c
--- dlls/shell32/shlfileop.c	21 Oct 2004 22:29:42 -0000	1.46
+++ dlls/shell32/shlfileop.c	22 Oct 2004 10:02:48 -0000
@@ -591,11 +591,11 @@
 
 	      if (*pSlash)
 	      {
-	        *pSlash = 0;    /* terminate path at seperator */
+	        *pSlash = 0;    /* terminate path at separator */
 
 	        ret = SHNotifyCreateDirectoryW(szTemp, pSlash + 1 == pEnd ? sec : NULL);
 	      }
-	      *pSlash++ = '\\'; /* put the seperator back */
+	      *pSlash++ = '\\'; /* put the separator back */
 	    }
 	  }
 
Index: dlls/wined3d/device.c
===================================================================
RCS file: /var/cvs/wine/dlls/wined3d/device.c,v
retrieving revision 1.3
diff -u -r1.3 device.c
--- dlls/wined3d/device.c	21 Oct 2004 20:59:12 -0000	1.3
+++ dlls/wined3d/device.c	22 Oct 2004 10:04:03 -0000
@@ -74,7 +74,7 @@
     /* Special case - Used during initialization to produce a placeholder stateblock
           so other functions called can update a state block                         */
     if (Type == (D3DSTATEBLOCKTYPE) 0) {
-        /* Dont bother increasing the reference count otherwise a device will never
+        /* Don't bother increasing the reference count otherwise a device will never
            be freed due to circular dependencies                                   */
         return D3D_OK;
     }
Index: dlls/wined3d/directx.c
===================================================================
RCS file: /var/cvs/wine/dlls/wined3d/directx.c,v
retrieving revision 1.9
diff -u -r1.9 directx.c
--- dlls/wined3d/directx.c	21 Oct 2004 20:59:12 -0000	1.9
+++ dlls/wined3d/directx.c	22 Oct 2004 10:03:19 -0000
@@ -1283,7 +1283,7 @@
        The following fields apply to d3d9 only
        ------------------------------------------------ */
     if (This->dxVersion > 8) {
-        FIXME("Caps support for directx9 is non-existant at the moment!\n");
+        FIXME("Caps support for directx9 is non-existent at the moment!\n");
         pCaps->DevCaps2 = 0;
         pCaps->MaxNpatchTessellationLevel = 0;
         pCaps->MasterAdapterOrdinal = 0;
@@ -1465,7 +1465,7 @@
     object->presentParms.FullScreen_RefreshRateInHz     = *(pPresentationParameters->FullScreen_RefreshRateInHz); 
     object->presentParms.PresentationInterval           = *(pPresentationParameters->PresentationInterval);       
 
-    /* Creating the startup stateBlock - Note Special Case: 0 => Dont fill in yet! */
+    /* Creating the startup stateBlock - Note Special Case: 0 => Don't fill in yet! */
     IWineD3DDevice_CreateStateBlock((IWineD3DDevice *)object, 
                                     (D3DSTATEBLOCKTYPE) 0, 
                                     (IWineD3DStateBlock **)&object->stateBlock); 
Index: dlls/winedos/int21.c
===================================================================
RCS file: /var/cvs/wine/dlls/winedos/int21.c,v
retrieving revision 1.72
diff -u -r1.72 int21.c
--- dlls/winedos/int21.c	22 Sep 2004 02:46:39 -0000	1.72
+++ dlls/winedos/int21.c	21 Oct 2004 14:32:52 -0000
@@ -50,8 +50,8 @@
  * Note:
  * - Most of the file related functions are wrong. NT's kernel32
  *   doesn't maintain a per drive current directory, while DOS does. 
- *   We should in fact keep track in here of those per driver
- *   directories, and use this infro while dealing with partial paths
+ *   We should in fact keep track in here of those per drive
+ *   directories, and use this info while dealing with partial paths
  *   (drive defined, but only relative paths). This could even be
  *   created as an array of CDS (there should be an entry for that in
  *   the LOL)


More information about the wine-patches mailing list