Francois Gouget : urlmon/tests: Fix the spelling of a trace() message.

Alexandre Julliard julliard at winehq.org
Mon Jul 18 15:47:03 CDT 2022


Module: wine
Branch: master
Commit: d01b13f49519479b461740fb6c5318aa8434a04e
URL:    https://gitlab.winehq.org/wine/wine/-/commit/d01b13f49519479b461740fb6c5318aa8434a04e

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jul  9 15:59:56 2022 +0200

urlmon/tests: Fix the spelling of a trace() message.

Signed-off-by: Francois Gouget <fgouget at free.fr>

---

 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 1521f8af99b..5e6792742ac 100644
--- a/dlls/urlmon/tests/url.c
+++ b/dlls/urlmon/tests/url.c
@@ -4181,7 +4181,7 @@ START_TEST(url)
         trace("emulated about test (to object)...\n");
         test_BindToObject(ABOUT_TEST, BINDTEST_EMULATE, S_OK);
 
-        trace("emulalated test reporting result in read...\n");
+        trace("emulated test reporting result in read...\n");
         test_BindToStorage(WINETEST_SYNC_TEST, BINDTEST_EMULATE, TYMED_ISTREAM);
 
         trace("file test...\n");




More information about the wine-cvs mailing list