Francois Gouget : urlmon/tests: Fix the spelling of a comment.

Alexandre Julliard julliard at winehq.org
Fri Dec 13 15:27:21 CST 2019


Module: wine
Branch: master
Commit: 9466fb01b115631d864a3f4691dbcfbee6884798
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=9466fb01b115631d864a3f4691dbcfbee6884798

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Dec 13 00:13:33 2019 +0100

urlmon/tests: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 5788ff9160..84dd5345be 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,




More information about the wine-cvs mailing list