Michael Stefaniuc : urlmon/tests: Fix typo in an ok() message.

Alexandre Julliard julliard at winehq.org
Fri May 25 10:52:48 CDT 2012


Module: wine
Branch: master
Commit: 8d73c163451f42e8249f3641ad5fe72d726a55f5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8d73c163451f42e8249f3641ad5fe72d726a55f5

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Fri May 25 11:33:30 2012 +0200

urlmon/tests: Fix typo in an ok() message.

---

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

diff --git a/dlls/urlmon/tests/uri.c b/dlls/urlmon/tests/uri.c
index 40c8a76..bc6d1be 100644
--- a/dlls/urlmon/tests/uri.c
+++ b/dlls/urlmon/tests/uri.c
@@ -11105,7 +11105,7 @@ static void test_IPersistStream(void)
                 break;
             }
         }
-        ok(props == 0, "%d) No all properties were processed %d. Next property type: %d\n",
+        ok(props == 0, "%d) Not all properties were processed %d. Next property type: %d\n",
                 i, props, dw_data[0]);
 
         IPersistStream_Release(persist_stream);




More information about the wine-cvs mailing list