Assorted spelling fixes.
This commit is contained in:
parent
1a75268d72
commit
8973c20f7d
@ -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,
|
UINT width, UINT height, enum wined3d_format_id format, WINED3DMULTISAMPLE_TYPE multisample_type,
|
||||||
DWORD multisample_quality, BOOL discard, struct wined3d_surface **surface)
|
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;
|
return E_NOTIMPL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -953,7 +953,7 @@ if (0)
|
|||||||
{
|
{
|
||||||
memset(buf, 0xbf, sizeof(buf));
|
memset(buf, 0xbf, sizeof(buf));
|
||||||
ret = pwnsprintfA(buf, 10, "%s", str1);
|
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[9], 0, CHAR, "%x");
|
||||||
expect_eq(buf[10], (CHAR)0xbf, CHAR, "%x");
|
expect_eq(buf[10], (CHAR)0xbf, CHAR, "%x");
|
||||||
}
|
}
|
||||||
@ -964,7 +964,7 @@ if (0)
|
|||||||
{
|
{
|
||||||
memset(wbuf, 0xbf, sizeof(wbuf));
|
memset(wbuf, 0xbf, sizeof(wbuf));
|
||||||
ret = pwnsprintfW(wbuf, 10, fmt, wstr1);
|
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[9], 0, WCHAR, "%x");
|
||||||
expect_eq(wbuf[10], (WCHAR)0xbfbf, WCHAR, "%x");
|
expect_eq(wbuf[10], (WCHAR)0xbfbf, WCHAR, "%x");
|
||||||
}
|
}
|
||||||
|
@ -1561,7 +1561,7 @@ static void test_InternetGetSecurityUrlEx_Pluggable(void)
|
|||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
IUri *uri = NULL, *result;
|
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);
|
hr = pCreateUri(security_urlW, 0, 0, &uri);
|
||||||
ok(hr == S_OK, "CreateUri returned 0x%08x\n", hr);
|
ok(hr == S_OK, "CreateUri returned 0x%08x\n", hr);
|
||||||
|
@ -5644,7 +5644,7 @@ msgstr ""
|
|||||||
"Windows Installer %s\n"
|
"Windows Installer %s\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Modo de usar:\n"
|
"Modo de usar:\n"
|
||||||
"msiexec command {required parameter} [optional parammeter]\n"
|
"msiexec command {required parameter} [optional parameter]\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Instalar um produto:\n"
|
"Instalar um produto:\n"
|
||||||
"\t/i {package|productcode} [property]\n"
|
"\t/i {package|productcode} [property]\n"
|
||||||
|
2
po/sl.po
2
po/sl.po
@ -5449,7 +5449,7 @@ msgstr ""
|
|||||||
"Windows namestilnik %s\n"
|
"Windows namestilnik %s\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Uporaba:\n"
|
"Uporaba:\n"
|
||||||
"msiexec ukaz {zahtevan parameter} [izbirni parammeter]\n"
|
"msiexec ukaz {zahtevan parameter} [izbirni parameter]\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Namesti product:\n"
|
"Namesti product:\n"
|
||||||
"\t/i {paket|koda_produkta} [lastnost]\n"
|
"\t/i {paket|koda_produkta} [lastnost]\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user