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

This commit is contained in:
Michael Stefaniuc 2012-05-25 11:33:30 +02:00 committed by Alexandre Julliard
parent 3a8eae3191
commit 8d73c16345
1 changed files with 1 additions and 1 deletions

View File

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