ddraw/tests: Fix typos in messages

Detlef Riekenberg wine.dev at web.de
Mon May 7 22:14:41 CDT 2007


Greetings from Copy & Paste:

Changelog:
ddraw/tests: Fix typos in messages


-- 
 
By by ... Detlef

-------------- next part --------------
>From 4789cb1b5e1547b5c852823c39933a578d0cfe78 Mon Sep 17 00:00:00 2001
From: Detlef Riekenberg <wine.dev at web.de>
Date: Tue, 8 May 2007 05:11:35 +0200
Subject: [PATCH] ddraw/tests: Fix Copy & Paste typo
---
 dlls/ddraw/tests/dsurface.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/ddraw/tests/dsurface.c b/dlls/ddraw/tests/dsurface.c
index a2fd5d6..653cf7e 100644
--- a/dlls/ddraw/tests/dsurface.c
+++ b/dlls/ddraw/tests/dsurface.c
@@ -1810,9 +1810,9 @@ static void SizeTest(void)
         dsurface = NULL;
 
         ok(desc.dwFlags & DDSD_WIDTH, "Primary surface doesn't have width set\n");
-        ok(desc.dwFlags & DDSD_HEIGHT, "Primary surface doesn't have hight set\n");
-        ok(desc.dwWidth == GetSystemMetrics(SM_CXSCREEN), "Surface Width differs from screen Width\n");
-        ok(desc.dwHeight == GetSystemMetrics(SM_CYSCREEN), "Surface Width differs from screen Width\n");
+        ok(desc.dwFlags & DDSD_HEIGHT, "Primary surface doesn't have height set\n");
+        ok(desc.dwWidth == GetSystemMetrics(SM_CXSCREEN), "Surface width differs from screen width\n");
+        ok(desc.dwHeight == GetSystemMetrics(SM_CYSCREEN), "Surface height differs from screen height\n");
     }
     ret = IDirectDraw_SetCooperativeLevel(lpDD, NULL, DDSCL_NORMAL);
     ok(ret == DD_OK, "SetCooperativeLevel failed with %08x\n", ret);
-- 
1.4.1



More information about the wine-patches mailing list