Commit c94a2efc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

urlmon/tests: Fix a typo in a comment.

parent 2bd3c970
...@@ -4102,7 +4102,7 @@ START_TEST(url) ...@@ -4102,7 +4102,7 @@ START_TEST(url)
trace("asynchronous https test...\n"); trace("asynchronous https test...\n");
test_BindToStorage(HTTPS_TEST, 0, TYMED_ISTREAM); test_BindToStorage(HTTPS_TEST, 0, TYMED_ISTREAM);
}else { }else {
win_skip("Skipping https testt\n"); win_skip("Skipping https tests\n");
} }
bindf = BINDF_ASYNCHRONOUS | BINDF_ASYNCSTORAGE | BINDF_PULLDATA; bindf = BINDF_ASYNCHRONOUS | BINDF_ASYNCSTORAGE | BINDF_PULLDATA;
......
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