Tobias Jakobi : wined3d: Fix typo in baseshader.c.

Alexandre Julliard julliard at winehq.org
Tue Oct 28 10:02:30 CDT 2008


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

Author: Tobias Jakobi <liquid.acid at gmx.net>
Date:   Sun Oct 26 17:01:15 2008 +0100

wined3d: Fix typo in baseshader.c.

---

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

diff --git a/dlls/wined3d/baseshader.c b/dlls/wined3d/baseshader.c
index 03567a1..f7c8d35 100644
--- a/dlls/wined3d/baseshader.c
+++ b/dlls/wined3d/baseshader.c
@@ -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) {




More information about the wine-cvs mailing list