Commit 8d73c163 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent 3a8eae31
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment