Francois Gouget : Assorted spelling fixes.

Alexandre Julliard julliard at winehq.org
Tue Sep 13 12:18:08 CDT 2011


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Sep 12 23:14:33 2011 +0200

Assorted spelling fixes.

---

 dlls/ddraw/ddraw.c          |    2 +-
 dlls/shlwapi/tests/string.c |    4 ++--
 dlls/urlmon/tests/sec_mgr.c |    2 +-
 po/pt_BR.po                 |    2 +-
 po/sl.po                    |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dlls/ddraw/ddraw.c b/dlls/ddraw/ddraw.c
index d48aa01..faa4125 100644
--- a/dlls/ddraw/ddraw.c
+++ b/dlls/ddraw/ddraw.c
@@ -5748,7 +5748,7 @@ static HRESULT CDECL device_parent_create_depth_stencil(struct wined3d_device_pa
         UINT width, UINT height, enum wined3d_format_id format, WINED3DMULTISAMPLE_TYPE multisample_type,
         DWORD multisample_quality, BOOL discard, struct wined3d_surface **surface)
 {
-    ERR("DirectDraw doesn't have and shoudn't try creating implicit depth buffers.\n");
+    ERR("DirectDraw doesn't have and shouldn't try creating implicit depth buffers.\n");
     return E_NOTIMPL;
 }
 
diff --git a/dlls/shlwapi/tests/string.c b/dlls/shlwapi/tests/string.c
index 1488e58..64e5b59 100644
--- a/dlls/shlwapi/tests/string.c
+++ b/dlls/shlwapi/tests/string.c
@@ -953,7 +953,7 @@ if (0)
     {
         memset(buf, 0xbf, sizeof(buf));
         ret = pwnsprintfA(buf, 10, "%s", str1);
-        ok(broken(ret == 9) || ret == -1 /* Vista */, "Unexpected wsnprintfA return %d, expected 9 or -1\n", ret);
+        ok(broken(ret == 9) || ret == -1 /* Vista */, "Unexpected wnsprintfA return %d, expected 9 or -1\n", ret);
         expect_eq(buf[9], 0, CHAR, "%x");
         expect_eq(buf[10], (CHAR)0xbf, CHAR, "%x");
     }
@@ -964,7 +964,7 @@ if (0)
     {
         memset(wbuf, 0xbf, sizeof(wbuf));
         ret = pwnsprintfW(wbuf, 10, fmt, wstr1);
-        ok(broken(ret == 9) || ret == -1 /* Vista */, "Unexpected wsnprintfW return %d, expected 9 or -1\n", ret);
+        ok(broken(ret == 9) || ret == -1 /* Vista */, "Unexpected wnsprintfW return %d, expected 9 or -1\n", ret);
         expect_eq(wbuf[9], 0, WCHAR, "%x");
         expect_eq(wbuf[10], (WCHAR)0xbfbf, WCHAR, "%x");
     }
diff --git a/dlls/urlmon/tests/sec_mgr.c b/dlls/urlmon/tests/sec_mgr.c
index f94e791..fd74fbd 100644
--- a/dlls/urlmon/tests/sec_mgr.c
+++ b/dlls/urlmon/tests/sec_mgr.c
@@ -1561,7 +1561,7 @@ static void test_InternetGetSecurityUrlEx_Pluggable(void)
     HRESULT hr;
     IUri *uri = NULL, *result;
 
-    trace("testing CoInternetGetSecurityUrlEx for plugable protocols...\n");
+    trace("testing CoInternetGetSecurityUrlEx for pluggable protocols...\n");
 
     hr = pCreateUri(security_urlW, 0, 0, &uri);
     ok(hr == S_OK, "CreateUri returned 0x%08x\n", hr);
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 7c286a9..8ea9fc2 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -5644,7 +5644,7 @@ msgstr ""
 "Windows Installer %s\n"
 "\n"
 "Modo de usar:\n"
-"msiexec command {required parameter} [optional parammeter]\n"
+"msiexec command {required parameter} [optional parameter]\n"
 "\n"
 "Instalar um produto:\n"
 "\t/i {package|productcode} [property]\n"
diff --git a/po/sl.po b/po/sl.po
index 1f469a1..018d919 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -5449,7 +5449,7 @@ msgstr ""
 "Windows namestilnik %s\n"
 "\n"
 "Uporaba:\n"
-"msiexec ukaz {zahtevan parameter} [izbirni parammeter]\n"
+"msiexec ukaz {zahtevan parameter} [izbirni parameter]\n"
 "\n"
 "Namesti product:\n"
 "\t/i {paket|koda_produkta} [lastnost]\n"




More information about the wine-cvs mailing list