Commit bc501222 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

urlmon/tests: Minor spelling tweak in a comment.

parent e49a937a
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment