Commit f4e0dec4 authored by Tobias Jakobi's avatar Tobias Jakobi Committed by Alexandre Julliard

wined3d: Fix typo in baseshader.c.

parent c52a55d7
......@@ -937,7 +937,7 @@ void shader_trace_init(
unsigned int len = 0;
DWORD i;
TRACE("(%p) : Parsing programme\n", This);
TRACE("(%p) : Parsing program\n", This);
if (NULL != pToken) {
while (WINED3DVS_END() != *pToken) {
......
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