[PATCH] urlmon/tests: Minor spelling tweak in a comment.
Signed-off-by: Francois Gouget <fgouget(a)free.fr> --- dlls/urlmon/tests/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/urlmon/tests/url.c b/dlls/urlmon/tests/url.c index 0f2b14edc4b..1aef981b830 100644 --- a/dlls/urlmon/tests/url.c +++ b/dlls/urlmon/tests/url.c @@ -2972,7 +2972,7 @@ static void test_BindToStorage(int protocol, DWORD flags, DWORD t) if(protocol == FTP_TEST) { - /* FTP url dont have any escape characters, so convert the url to what is expected */ + /* FTP urls don't have any escape characters so convert the url to what is expected */ DWORD size = 0; UrlUnescapeW(current_url, NULL, &size, URL_UNESCAPE_INPLACE); } -- 2.20.1
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=50290 Your paranoid android. === w864 (32 bit report) === urlmon: url.c:1670: Test failed: unexpected call OnProgress_FINDINGRESOURCE url.c:1668: Test failed: unexpected call OnProgress_FINDINGRESOURCE === w2008s64 (64 bit report) === urlmon: url.c:3675: Test failed: expected OnProgress_DOWNLOADINGDATA === w864 (64 bit report) === urlmon: url.c:3914: Test failed: request failed: 8 url.c:1670: Test failed: unexpected call OnProgress_FINDINGRESOURCE
participants (3)
-
Francois Gouget -
Jacek Caban -
Marvin