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>
stable
Francois Gouget 2019-04-01 18:23:38 +02:00 committed by Alexandre Julliard
parent e49a937ae3
commit bc501222f0
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}