Henri Verbeet : wined3d: Fix a couple of typos.

Alexandre Julliard julliard at winehq.org
Mon Aug 16 12:25:00 CDT 2010


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Sun Aug 15 23:21:49 2010 +0200

wined3d: Fix a couple of typos.

---

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

diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c
index b9948ab..ff9bd00 100644
--- a/dlls/wined3d/device.c
+++ b/dlls/wined3d/device.c
@@ -4567,7 +4567,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_Present(IWineD3DDevice *iface,
     for(i = 0 ; i < swapchains ; i ++) {
 
         IWineD3DDeviceImpl_GetSwapChain(iface, i, &swapChain);
-        TRACE("presentinng chain %d, %p\n", i, swapChain);
+        TRACE("Presenting chain %d, %p.\n", i, swapChain);
         IWineD3DSwapChain_Present(swapChain, pSourceRect, pDestRect, hDestWindowOverride, pDirtyRegion, 0);
         IWineD3DSwapChain_Release(swapChain);
     }
diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c
index 9ea65ae..25e7b42 100644
--- a/dlls/wined3d/surface.c
+++ b/dlls/wined3d/surface.c
@@ -4238,7 +4238,7 @@ void surface_modify_location(IWineD3DSurfaceImpl *surface, DWORD flag, BOOL pers
     IWineD3DBaseTexture *texture;
     IWineD3DSurfaceImpl *overlay;
 
-    TRACE("surface %p, location %s, persitent %#x.\n",
+    TRACE("surface %p, location %s, persistent %#x.\n",
             surface, debug_surflocation(flag), persistent);
 
     if (wined3d_settings.offscreen_rendering_mode == ORM_FBO)




More information about the wine-cvs mailing list