DDraw: Correct a typo

Stefan Dösinger stefandoesinger at gmx.at
Thu Oct 12 12:26:50 CDT 2006


Found this while checking the multithreading patch

-------------- next part --------------
From 15b2902f240e353c566a4461b4db09908ebb1f2d Mon Sep 17 00:00:00 2001
From: Stefan Doesinger <stefan at codeweavers.com>
Date: Thu, 12 Oct 2006 19:23:36 +0200
Subject: [PATCH] DDraw: Correct a typo
---
 dlls/ddraw/ddraw.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ddraw/ddraw.c b/dlls/ddraw/ddraw.c
index 25bc9c9..667d5c2 100644
--- a/dlls/ddraw/ddraw.c
+++ b/dlls/ddraw/ddraw.c
@@ -527,7 +527,7 @@ IDirectDrawImpl_SetCooperativeLevel(IDir
         if(cooplevel & (DDSCL_FULLSCREEN | DDSCL_EXCLUSIVE) )
         {
             DDOBJ_UNLOCK(This);
-            TRACE("(%p) DDSCL_NORMAL is not compative with DDSCL_FULLSCREEN or DDSCL_EXCLUSIVE\n", This);
+            TRACE("(%p) DDSCL_NORMAL is not compatible with DDSCL_FULLSCREEN or DDSCL_EXCLUSIVE\n", This);
             return DDERR_INVALIDPARAMS;
         }
 
-- 
1.4.1.1



More information about the wine-patches mailing list