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:
Francois Gouget 2021-06-06 15:32:30 +02:00 committed by Alexandre Julliard
parent 2bd3c9703d
commit c94a2efc39
1 changed files with 1 additions and 1 deletions

View File

@ -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;