wined3d: Fix spelling.
diff --git a/dlls/wined3d/stateblock.c b/dlls/wined3d/stateblock.c
index 6764b23..f9a2812 100644
--- a/dlls/wined3d/stateblock.c
+++ b/dlls/wined3d/stateblock.c
@@ -880,7 +880,7 @@
 
     wined3d_state_record_lights(&stateblock->state, src_state);
 
-    TRACE("Captue done.\n");
+    TRACE("Capture done.\n");
 
     return WINED3D_OK;
 }