Assorted spelling fixes

Francois Gouget fgouget at free.fr
Thu May 11 17:06:31 CDT 2006


Changelog:

  * configure
    configure.ac
    dlls/advpack/tests/install.c
    dlls/msi/action.c
    dlls/user/tests/wsprintf.c
    dlls/wined3d/surface.c
    dlls/x11drv/dib.c

    Francois Gouget <fgouget at free.fr>
    Assorted spelling fixes.

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
                             $live{free} || die "";
-------------- next part --------------
Index: configure
===================================================================
RCS file: /home/wine/wine/configure,v
retrieving revision 1.801
diff -u -p -r1.801 configure
--- configure	11 May 2006 16:25:54 -0000	1.801
+++ configure	11 May 2006 20:57:46 -0000
@@ -21815,7 +21815,7 @@ fi
 if test "$wine_cv_msg_fonts" = "yes"
 then
   echo
-  echo "*** Warning: Freetype or Fontforge is missing."
+  echo "*** Warning: FreeType or FontForge is missing."
   echo "*** Fonts will not be built. Dialog text may be invisible or unaligned."
   exitcode=1
 fi
Index: configure.ac
===================================================================
RCS file: /home/wine/wine/configure.ac,v
retrieving revision 1.486
diff -u -p -r1.486 configure.ac
--- configure.ac	9 May 2006 10:58:29 -0000	1.486
+++ configure.ac	11 May 2006 20:57:46 -0000
@@ -1833,7 +1833,7 @@ fi
 if test "$wine_cv_msg_fonts" = "yes"
 then
   echo
-  echo "*** Warning: Freetype or Fontforge is missing."
+  echo "*** Warning: FreeType or FontForge is missing."
   echo "*** Fonts will not be built. Dialog text may be invisible or unaligned."
   exitcode=1
 fi
Index: dlls/advpack/tests/install.c
===================================================================
RCS file: /home/wine/wine/dlls/advpack/tests/install.c,v
retrieving revision 1.5
diff -u -p -r1.5 install.c
--- dlls/advpack/tests/install.c	30 Mar 2006 11:46:43 -0000	1.5
+++ dlls/advpack/tests/install.c	11 May 2006 20:57:46 -0000
@@ -61,7 +61,7 @@ static void test_RunSetupCommand()
     hr = pRunSetupCommand(NULL, "winver.exe", "Install", NULL, "Title", NULL, 0, NULL);
     ok(hr == E_INVALIDARG, "Expected E_INVALIDARG, got %ld\n", hr);
 
-    /* try to run a non-existent exe */
+    /* try to run a nonexistent exe */
     hexe = (HANDLE)0xdeadbeef;
     hr = pRunSetupCommand(NULL, "idontexist.exe", "Install", "c:\\windows\\system32", "Title", &hexe, 0, NULL);
     ok(hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND),
Index: dlls/msi/action.c
===================================================================
RCS file: /home/wine/wine/dlls/msi/action.c,v
retrieving revision 1.243
diff -u -p -r1.243 action.c
--- dlls/msi/action.c	18 Apr 2006 19:35:54 -0000	1.243
+++ dlls/msi/action.c	11 May 2006 20:57:48 -0000
@@ -1459,7 +1459,7 @@ static MSIFOLDER *load_folder( MSIPACKAG
     tgt_short = p;
     src_short = folder_split_path( p, ':' );
 
-    /* split the long and short pathes */
+    /* split the long and short paths */
     tgt_long = folder_split_path( tgt_short, '|' );
     src_long = folder_split_path( src_short, '|' );
 
Index: dlls/user/tests/wsprintf.c
===================================================================
RCS file: /home/wine/wine/dlls/user/tests/wsprintf.c,v
retrieving revision 1.6
diff -u -p -r1.6 wsprintf.c
--- dlls/user/tests/wsprintf.c	8 May 2006 13:03:24 -0000	1.6
+++ dlls/user/tests/wsprintf.c	11 May 2006 20:57:53 -0000
@@ -51,7 +51,7 @@ static void wsprintfWTest(void)
 }
 
 /* Test if the CharUpper / CharLower functions return true 16 bit results,
-   if the input is a 16 bit input value. Upto Wine 11-2003 the input value
+   if the input is a 16 bit input value. Up to Wine 11-2003 the input value
    0xff returns 0xffffffff. */
 
 static void CharUpperTest(void)
Index: dlls/wined3d/surface.c
===================================================================
RCS file: /home/wine/wine/dlls/wined3d/surface.c,v
retrieving revision 1.64
diff -u -p -r1.64 surface.c
--- dlls/wined3d/surface.c	10 May 2006 10:24:08 -0000	1.64
+++ dlls/wined3d/surface.c	11 May 2006 20:57:53 -0000
@@ -1887,7 +1887,7 @@ HRESULT WINAPI IWineD3DSurfaceImpl_SetCo
     }
 
     if(dirtify) {
-        TRACE("Color key changed, dirtifing surface\n");
+        TRACE("Color key changed, dirtifying surface\n");
         This->Flags |= SFLAG_DIRTY;
     }
 
Index: dlls/x11drv/dib.c
===================================================================
RCS file: /home/wine/wine/dlls/x11drv/dib.c,v
retrieving revision 1.51
diff -u -p -r1.51 dib.c
--- dlls/x11drv/dib.c	3 Mar 2006 14:48:11 -0000	1.51
+++ dlls/x11drv/dib.c	11 May 2006 20:57:54 -0000
@@ -1609,8 +1609,8 @@ static void X11DRV_DIB_GetImageBits_8( i
      * Hack for now
      * This condition is true when GetImageBits has been called by
      * UpdateDIBSection. For now, GetNearestIndex is too slow to support
-     * 256 colormaps, so we'll just use for for GetDIBits calls.
-     * (In somes cases, in a updateDIBSection, the returned colors are bad too)
+     * 256 colormaps, so we'll just use it for GetDIBits calls.
+     * (In some cases, in an updateDIBSection, the returned colors are bad too)
      */
     if (!srccolors) goto updatesection;
 


More information about the wine-patches mailing list