Module: wine Branch: master Commit: ef62e41fca1ce2932ab3c54a98da7c36cd7a3d37 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ef62e41fca1ce2932ab3c54a98...
Author: Rico Schüller kgbricola@web.de Date: Wed Sep 21 08:10:05 2011 +0200
wined3d: Fix spelling.
---
dlls/wined3d/stateblock.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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 @@ HRESULT CDECL wined3d_stateblock_capture(struct wined3d_stateblock *stateblock)
wined3d_state_record_lights(&stateblock->state, src_state);
- TRACE("Captue done.\n"); + TRACE("Capture done.\n");
return WINED3D_OK; }