urlmon/tests: Fix a spelling error in a uri 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
712944943f
commit
9cd5784104
|
@ -5768,7 +5768,7 @@ static const uri_builder_test uri_builder_tests[] = {
|
|||
0,INET_E_INVALID_URL,FALSE,
|
||||
0,0,0,INET_E_INVALID_URL,FALSE
|
||||
},
|
||||
/* UserName can't contain any character that is a delimeter for another
|
||||
/* UserName can't contain any character that is a delimiter for another
|
||||
* component that appears after it in a normal URI.
|
||||
*/
|
||||
{ "http://google.com/",0,S_OK,FALSE,
|
||||
|
|
Loading…
Reference in New Issue