Commit 9466fb01 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

urlmon/tests: Fix the spelling of a comment.

parent 0d6f7d44
......@@ -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,
......
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