Andrey Gusev : urlmon/tests: Fix typos in ok() messages.

Alexandre Julliard julliard at winehq.org
Wed Mar 3 15:47:30 CST 2021


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Wed Mar  3 20:40:14 2021 +0200

urlmon/tests: Fix typos in ok() messages.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/urlmon/tests/stream.c | 2 +-
 dlls/urlmon/tests/url.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/urlmon/tests/stream.c b/dlls/urlmon/tests/stream.c
index bf8867290f8..ef96eb6ea15 100644
--- a/dlls/urlmon/tests/stream.c
+++ b/dlls/urlmon/tests/stream.c
@@ -212,7 +212,7 @@ static HRESULT WINAPI statusclb_OnDataAvailable(IBindStatusCallback *iface, DWOR
     if (0)
     {
         /* FIXME: Uncomment after removing BindToStorage hack. */
-        ok(pformatetc != NULL, "pformatetx == NULL\n");
+        ok(pformatetc != NULL, "pformatetc == NULL\n");
         if(pformatetc) {
             ok(pformatetc->cfFormat == 0xc02d, "clipformat=%x\n", pformatetc->cfFormat);
             ok(pformatetc->ptd == NULL, "ptd = %p\n", pformatetc->ptd);
diff --git a/dlls/urlmon/tests/url.c b/dlls/urlmon/tests/url.c
index 6dd47732dda..ab92cbdd56e 100644
--- a/dlls/urlmon/tests/url.c
+++ b/dlls/urlmon/tests/url.c
@@ -1973,7 +1973,7 @@ static HRESULT WINAPI statusclb_OnDataAvailable(IBindStatusCallbackEx *iface, DW
     if(bind_to_object && !is_async_prot)
         ok(grfBSCF == (BSCF_FIRSTDATANOTIFICATION|BSCF_LASTDATANOTIFICATION), "grfBSCF = %x\n", grfBSCF);
 
-    ok(pformatetc != NULL, "pformatetx == NULL\n");
+    ok(pformatetc != NULL, "pformatetc == NULL\n");
     if(pformatetc) {
         if (mime_type[0]) {
             INT ret;




More information about the wine-cvs mailing list