Francois Gouget : urlmon/tests: Fix a typo in a comment.

Alexandre Julliard julliard at winehq.org
Mon Jun 7 16:30:37 CDT 2021


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Jun  6 15:32:30 2021 +0200

urlmon/tests: Fix a typo in a comment.

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

---

 dlls/urlmon/tests/url.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/urlmon/tests/url.c b/dlls/urlmon/tests/url.c
index 88f660d2d54..69ec00476ff 100644
--- a/dlls/urlmon/tests/url.c
+++ b/dlls/urlmon/tests/url.c
@@ -4102,7 +4102,7 @@ START_TEST(url)
             trace("asynchronous https test...\n");
             test_BindToStorage(HTTPS_TEST, 0, TYMED_ISTREAM);
         }else {
-            win_skip("Skipping https testt\n");
+            win_skip("Skipping https tests\n");
         }
 
         bindf = BINDF_ASYNCHRONOUS | BINDF_ASYNCSTORAGE | BINDF_PULLDATA;




More information about the wine-cvs mailing list