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

Michael Stefaniuc mstefani at redhat.de
Fri May 25 04:33:30 CDT 2012


---
 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);
-- 
1.7.7.6



More information about the wine-patches mailing list