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:
parent
0d6f7d44a2
commit
9466fb01b1
|
@ -3160,7 +3160,7 @@ static void test_file_protocol(void) {
|
||||||
lstrcatW(buf, fragmentW);
|
lstrcatW(buf, fragmentW);
|
||||||
test_file_protocol_url(buf);
|
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);
|
len = lstrlenW(file_name_buf);
|
||||||
lstrcpyW(file_name_buf+len, fragmentW);
|
lstrcpyW(file_name_buf+len, fragmentW);
|
||||||
file = CreateFileW(wszIndexHtml, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS,
|
file = CreateFileW(wszIndexHtml, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS,
|
||||||
|
|
Loading…
Reference in New Issue