urlmon/tests: Minor spelling tweak in a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e49a937ae3
commit
bc501222f0
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue