urlmon/tests: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-12-13 00:13:33 +01:00 committed by Alexandre Julliard
parent 0d6f7d44a2
commit 9466fb01b1
1 changed files with 1 additions and 1 deletions

View File

@ -3160,7 +3160,7 @@ static void test_file_protocol(void) {
lstrcatW(buf, fragmentW);
test_file_protocol_url(buf);
/* Fragment part is considered a part of the file name, if the file exsists. */
/* Fragment part is considered a part of the file name, if the file exists. */
len = lstrlenW(file_name_buf);
lstrcpyW(file_name_buf+len, fragmentW);
file = CreateFileW(wszIndexHtml, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS,