Anders Jonsson : wined3d: Fix typo.

Alexandre Julliard julliard at winehq.org
Mon Nov 16 11:43:58 CST 2009


Module: wine
Branch: master
Commit: 58b203e79873f79d055d107ae7d3fc979c709546
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=58b203e79873f79d055d107ae7d3fc979c709546

Author: Anders Jonsson <anders.jonsson at norsjonet.se>
Date:   Sun Nov 15 23:12:50 2009 +0100

wined3d: Fix typo.

---

 dlls/wined3d/state.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/state.c b/dlls/wined3d/state.c
index 94fe19e..6df6e54 100644
--- a/dlls/wined3d/state.c
+++ b/dlls/wined3d/state.c
@@ -1636,7 +1636,7 @@ static void state_wrap(DWORD state, IWineD3DStateBlockImpl *stateblock, struct w
        stateblock->renderState[WINED3DRS_WRAP13] ||
        stateblock->renderState[WINED3DRS_WRAP14] ||
        stateblock->renderState[WINED3DRS_WRAP15] ) {
-        FIXME("(WINED3DRS_WRAP0) Texture wraping not yet supported\n");
+        FIXME("(WINED3DRS_WRAP0) Texture wrapping not yet supported\n");
     }
 }
 




More information about the wine-cvs mailing list