Commit 0a9f22fa authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

d3d9/tests: Fix a typo in skip() message.

parent 053b4a81
......@@ -11751,7 +11751,7 @@ static void stream_test(void)
hr = IDirect3DDevice9_CreateVertexShader(device, shader_code, &shader);
ok(SUCCEEDED(hr), "IDirect3DDevice9_CreateVertexShader failed hr=%08x\n", hr);
if(!shader) {
skip("Failed to create a vetex shader\n");
skip("Failed to create a vertex shader.\n");
goto out;
}
......
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