[PATCH] urlmon/tests: Fix the spelling of a comment.

Francois Gouget fgouget at free.fr
Thu Dec 12 17:13:33 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/urlmon/tests/protocol.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/urlmon/tests/protocol.c b/dlls/urlmon/tests/protocol.c
index 5788ff9160a..84dd5345be4 100644
--- a/dlls/urlmon/tests/protocol.c
+++ b/dlls/urlmon/tests/protocol.c
@@ -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,
-- 
2.20.1




More information about the wine-devel mailing list