Commit 82060ae8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mfplat/tests: A wording tweak in a win_skip() messages.

parent 5651c9dd
......@@ -825,7 +825,7 @@ static void test_MFCreateMFByteStreamOnStream(void)
if (hr != S_OK)
{
win_skip("Can not retrieve IMFAttributes interface from IMFByteStream\n");
win_skip("Cannot retrieve IMFAttributes interface from IMFByteStream\n");
IStream_Release(stream);
IMFByteStream_Release(bytestream);
return;
......
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