urlmon/tests: Fix a typo in a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2bd3c9703d
commit
c94a2efc39
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue