Assorted spelling fixes

Francois Gouget fgouget at free.fr
Tue Oct 5 08:03:14 CDT 2004


Changelog:

  * dlls/comctl32/treeview.c
    dlls/comctl32/updown.c
    dlls/dbghelp/symbol.c
    dlls/ole32/datacache.c
    dlls/ole32/defaulthandler.c
    dlls/oleaut32/olefont.c
    dlls/quartz/filtermapper.c
    dlls/shell32/shelllink.c
    dlls/wined3d/directx.c

    Assorted spelling fixes.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
In theory, theory and practice are the same, but in practice they're different.
-------------- next part --------------
Index: dlls/comctl32/treeview.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/treeview.c,v
retrieving revision 1.154
diff -u -r1.154 treeview.c
--- dlls/comctl32/treeview.c	28 Sep 2004 19:17:17 -0000	1.154
+++ dlls/comctl32/treeview.c	29 Sep 2004 22:32:43 -0000
@@ -1717,23 +1717,23 @@
     if (oldWidth != infoPtr->normalImageWidth ||
         oldHeight != infoPtr->normalImageHeight)
     {
-        BOOL bRecalcVisable = FALSE;
+        BOOL bRecalcVisible = FALSE;
 
         if (oldHeight != infoPtr->normalImageHeight &&
             !infoPtr->bHeightSet)
         {
             infoPtr->uItemHeight = TREEVIEW_NaturalHeight(infoPtr);
-            bRecalcVisable = TRUE;
+            bRecalcVisible = TRUE;
         }
 
         if (infoPtr->normalImageWidth > MINIMUM_INDENT &&
             infoPtr->normalImageWidth != infoPtr->uIndent)
         {
             infoPtr->uIndent = infoPtr->normalImageWidth;
-            bRecalcVisable = TRUE;
+            bRecalcVisible = TRUE;
         }
 
-        if (bRecalcVisable)
+        if (bRecalcVisible)
             TREEVIEW_RecalculateVisibleOrder(infoPtr, NULL);
 
        TREEVIEW_UpdateSubTree(infoPtr, infoPtr->root);
Index: dlls/comctl32/updown.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/updown.c,v
retrieving revision 1.60
diff -u -r1.60 updown.c
--- dlls/comctl32/updown.c	14 Sep 2004 00:45:26 -0000	1.60
+++ dlls/comctl32/updown.c	1 Oct 2004 00:10:41 -0000
@@ -511,7 +511,7 @@
             x  = budRect.right+DEFAULT_XSEP;
         }
 
-        /* first adjust the buddy to accomodate the up/down */
+        /* first adjust the buddy to accommodate the up/down */
         SetWindowPos(infoPtr->Buddy, 0, budRect.left, budRect.top,
                      budRect.right  - budRect.left, budRect.bottom - budRect.top,
                      SWP_NOACTIVATE|SWP_NOZORDER);
@@ -524,7 +524,7 @@
         /*
          * If the updown has a buddy border, it has to overlap with the buddy
          * to look as if it is integrated with the buddy control.
-         * We nudge the control or change it size to overlap.
+         * We nudge the control or change its size to overlap.
          */
         if (UPDOWN_HasBuddyBorder(infoPtr)) {
             if(dwStyle & UDS_ALIGNLEFT)
Index: dlls/dbghelp/symbol.c
===================================================================
RCS file: /var/cvs/wine/dlls/dbghelp/symbol.c,v
retrieving revision 1.10
diff -u -r1.10 symbol.c
--- dlls/dbghelp/symbol.c	27 Sep 2004 20:31:42 -0000	1.10
+++ dlls/dbghelp/symbol.c	29 Sep 2004 22:31:13 -0000
@@ -480,7 +480,7 @@
                         sym_info->Flags |= SYMFLAG_LOCAL | SYMFLAG_FRAMEREL;
                     else
                         sym_info->Flags |= SYMFLAG_PARAMETER | SYMFLAG_FRAMEREL;
-                    /* FIXME: needed ? moreover, it's i386 dependant !!! */
+                    /* FIXME: needed ? moreover, it's i386 dependent !!! */
                     sym_info->Register = CV_REG_EBP;
                     sym_info->Address = data->u.s.offset;
                 }
Index: dlls/ole32/datacache.c
===================================================================
RCS file: /var/cvs/wine/dlls/ole32/datacache.c,v
retrieving revision 1.27
diff -u -r1.27 datacache.c
--- dlls/ole32/datacache.c	24 Sep 2004 01:16:53 -0000	1.27
+++ dlls/ole32/datacache.c	1 Oct 2004 00:11:08 -0000
@@ -131,7 +133,7 @@
 /*
  * Here, I define utility macros to help with the casting of the
  * "this" parameter.
- * There is a version to accomodate all of the VTables implemented
+ * There is a version to accommodate all of the VTables implemented
  * by this object.
  */
 #define _ICOM_THIS_From_IDataObject(class,name)       class* this = (class*)name
Index: dlls/ole32/defaulthandler.c
===================================================================
RCS file: /var/cvs/wine/dlls/ole32/defaulthandler.c,v
retrieving revision 1.20
diff -u -r1.20 defaulthandler.c
--- dlls/ole32/defaulthandler.c	24 Sep 2004 01:16:53 -0000	1.20
+++ dlls/ole32/defaulthandler.c	1 Oct 2004 00:11:29 -0000
@@ -123,7 +125,7 @@
 /*
  * Here, I define utility macros to help with the casting of the
  * "this" parameter.
- * There is a version to accomodate all of the VTables implemented
+ * There is a version to accommodate all of the VTables implemented
  * by this object.
  */
 #define _ICOM_THIS_From_IOleObject(class,name)       class* this = (class*)name
Index: dlls/oleaut32/olefont.c
===================================================================
RCS file: /var/cvs/wine/dlls/oleaut32/olefont.c,v
retrieving revision 1.36
diff -u -r1.36 olefont.c
--- dlls/oleaut32/olefont.c	21 Sep 2004 00:25:03 -0000	1.36
+++ dlls/oleaut32/olefont.c	30 Sep 2004 17:38:10 -0000
@@ -101,7 +101,7 @@
 /*
  * Here, I define utility macros to help with the casting of the
  * "this" parameter.
- * There is a version to accomodate all of the VTables implemented
+ * There is a version to accommodate all of the VTables implemented
  * by this object.
  */
 #define _ICOM_THIS_From_IDispatch(class, name) class* this = (class*)(((char*)name)-sizeof(void*))
Index: dlls/quartz/filtermapper.c
===================================================================
RCS file: /var/cvs/wine/dlls/quartz/filtermapper.c,v
retrieving revision 1.16
diff -u -r1.16 filtermapper.c
--- dlls/quartz/filtermapper.c	22 Sep 2004 02:46:39 -0000	1.16
+++ dlls/quartz/filtermapper.c	27 Sep 2004 12:45:24 -0000
@@ -704,11 +704,11 @@
         *ppMoniker = NULL;
 
     if (!pclsidCategory)
-        /* MSDN mentions the non existing CLSID_ActiveMovieFilters GUID.
+        /* MSDN mentions the inexistent CLSID_ActiveMovieFilters GUID.
          * In fact this is the CLSID_LegacyAmFilterCategory one */
         pclsidCategory = &CLSID_LegacyAmFilterCategory;
 
-    /* sizeof... will include null terminator and
+    /* sizeof... will include the null terminator and
      * the + 1 is for the separator ('\\'). The -1 is
      * because CHARS_IN_GUID includes the null terminator
      */
Index: dlls/shell32/shelllink.c
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/shelllink.c,v
retrieving revision 1.77
diff -u -r1.77 shelllink.c
--- dlls/shell32/shelllink.c	23 Sep 2004 22:52:03 -0000	1.77
+++ dlls/shell32/shelllink.c	30 Sep 2004 17:49:30 -0000
@@ -1323,7 +1326,7 @@
 
 	    This->bDirty = TRUE;
 	} else
-	    hr = S_OK;    /* don't report any error occured while just caching information */
+	    hr = S_OK;    /* don't report an error occurred while just caching information */
     }
 
     if (!This->sIcoPath && This->sPath) {
@@ -1750,6 +1753,6 @@
 
 	    This->bDirty = TRUE;
 	} else
-	    hr = S_OK;    /* don't report any error occured while just caching information */
+	    hr = S_OK;    /* don't report an error occurred while just caching information */
     }
 
Index: dlls/wined3d/directx.c
===================================================================
RCS file: /var/cvs/wine/dlls/wined3d/directx.c,v
retrieving revision 1.4
diff -u -r1.4 directx.c
--- dlls/wined3d/directx.c	5 Oct 2004 02:14:06 -0000	1.4
+++ dlls/wined3d/directx.c	5 Oct 2004 06:58:53 -0000
@@ -767,7 +767,7 @@
           strcpy(pIdentifier->Driver, "Display");
           strcpy(pIdentifier->Description, "Direct3D HAL");
 
-          /* Note dx8 doesnt supply a DeviceName */
+          /* Note dx8 doesn't supply a DeviceName */
           if (NULL != pIdentifier->DeviceName) strcpy(pIdentifier->DeviceName, "\\\\.\\DISPLAY"); /* FIXME: May depend on desktop? */
           pIdentifier->DriverVersion->u.HighPart = 0xa;
           pIdentifier->DriverVersion->u.LowPart = This->gl_info.gl_driver_version;


More information about the wine-patches mailing list