Francois Gouget : Assorted spelling fixes.

Alexandre Julliard julliard at winehq.org
Thu Jul 10 08:58:49 CDT 2008


Module: wine
Branch: master
Commit: dbaec0a101d3f2bb964d20d675fa53d64f7f8c7b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dbaec0a101d3f2bb964d20d675fa53d64f7f8c7b

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Jul 10 00:25:28 2008 +0200

Assorted spelling fixes.

---

 dlls/gdiplus/tests/font.c    |    2 +-
 dlls/quartz/filtergraph.c    |    2 +-
 dlls/riched20/tests/editor.c |    2 +-
 dlls/secur32/secur32.c       |    2 +-
 dlls/wined3d/directx.c       |    2 +-
 dlls/winemp3.acm/mpegl3.c    |    2 +-
 dlls/winex11.drv/wintab.c    |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dlls/gdiplus/tests/font.c b/dlls/gdiplus/tests/font.c
index 96ed64c..0487655 100644
--- a/dlls/gdiplus/tests/font.c
+++ b/dlls/gdiplus/tests/font.c
@@ -154,7 +154,7 @@ static void test_fontfamily (void)
     WCHAR itsName[LF_FACESIZE];
     GpStatus stat;
 
-    /* FontFamily can not be NULL */
+    /* FontFamily cannot be NULL */
     stat = GdipCreateFontFamilyFromName (arial , NULL, NULL);
     expect (InvalidParameter, stat);
 
diff --git a/dlls/quartz/filtergraph.c b/dlls/quartz/filtergraph.c
index d2f10b6..5d2796d 100644
--- a/dlls/quartz/filtergraph.c
+++ b/dlls/quartz/filtergraph.c
@@ -1192,7 +1192,7 @@ static HRESULT WINAPI FilterGraph2_Render(IFilterGraph2 *iface, IPin *ppinOut)
                 hr = IPin_Connect(ppinOut, pin, NULL);
                 if (SUCCEEDED(hr))
                 {
-                    TRACE("Connected succesfully %p/%p, %08x look if we should render more!\n", ppinOut, pin, hr);
+                    TRACE("Connected successfully %p/%p, %08x look if we should render more!\n", ppinOut, pin, hr);
                     IPin_Release(pin);
 
                     hr = FilterGraph2_RenderRecurse(This, pin);
diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c
index 0776fe4..16085d3 100644
--- a/dlls/riched20/tests/editor.c
+++ b/dlls/riched20/tests/editor.c
@@ -3687,7 +3687,7 @@ static void test_EM_STREAMIN(void)
   struct StringWithLength cookieForStream4;
   const char * streamText4 =
       "This text just needs to be long enough to cause run to be split onto "\
-      "two seperate lines and make sure the null terminating character is "\
+      "two separate lines and make sure the null terminating character is "\
       "handled properly.\0";
   int length4 = strlen(streamText4) + 1;
   cookieForStream4.buffer = (char *)streamText4;
diff --git a/dlls/secur32/secur32.c b/dlls/secur32/secur32.c
index b9c4748..8b3c2bb 100644
--- a/dlls/secur32/secur32.c
+++ b/dlls/secur32/secur32.c
@@ -634,7 +634,7 @@ SecurePackage *SECUR32_findPackageW(PCWSTR packageName)
                     fnTableA = pInitSecurityInterfaceA();
                 if (pInitSecurityInterfaceW)
                     fnTableW = pInitSecurityInterfaceW();
-                /* dont't update built-in SecurityFunctionTable */
+                /* don't update built-in SecurityFunctionTable */
                 if (fnTableA != &securityFunctionTableA)
                     _makeFnTableA(&ret->provider->fnTableA, fnTableA, fnTableW);
                 if (fnTableW != &securityFunctionTableW)
diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index 10cd52e..76e1c80 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -3622,7 +3622,7 @@ struct driver_version_information {
 
 static const struct driver_version_information driver_version_table[] = {
     /* Nvidia drivers. Geforce6 and newer cards are supported by the current driver (177.x)*/
-    /* GeforceFX support is up to 173.x, Geforce2MX/3/4 upto 96.x, TNT/Geforce1/2 upto 71.x */
+    /* GeforceFX support is up to 173.x, Geforce2MX/3/4 up to 96.x, TNT/Geforce1/2 up to 71.x */
     /* Note that version numbers >100 lets say 123.45 use >= x.y.11.2345 and not x.y.10.12345 */
     {VENDOR_NVIDIA,     CARD_NVIDIA_GEFORCEFX_5200,     7,  15, 11, 7341   },
     {VENDOR_NVIDIA,     CARD_NVIDIA_GEFORCEFX_5600,     7,  15, 11, 7341   },
diff --git a/dlls/winemp3.acm/mpegl3.c b/dlls/winemp3.acm/mpegl3.c
index 5ad4433..1ea19c0 100644
--- a/dlls/winemp3.acm/mpegl3.c
+++ b/dlls/winemp3.acm/mpegl3.c
@@ -168,7 +168,7 @@ static void mp3_horse(PACMDRVSTREAMINSTANCE adsi,
     if (ret != MP3_OK)
     {
         if (ret == MP3_ERR)
-            FIXME("Error occured during decoding!\n");
+            FIXME("Error occurred during decoding!\n");
         *ndst = *nsrc = 0;
         return;
     }
diff --git a/dlls/winex11.drv/wintab.c b/dlls/winex11.drv/wintab.c
index e73f000..4a77c1b 100644
--- a/dlls/winex11.drv/wintab.c
+++ b/dlls/winex11.drv/wintab.c
@@ -301,7 +301,7 @@ static INT           button_state[10];
  * Now say someone has 2 multimode tablets with 2 erasers each
  * now we would need Cursor #2, #5, #8, #11
  * So to support that we need CURSORMAX of 12 (0 to 11)
- * FIXME: we dont support more than 4 regular tablets or 2 multimode tablets */
+ * FIXME: we don't support more than 4 regular tablets or 2 multimode tablets */
 #define             CURSORMAX 12
 
 static LOGCONTEXTW      gSysContext;




More information about the wine-cvs mailing list