Detlef Riekenberg : ddraw/tests: Fix typos in messages.

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 8 06:59:45 CDT 2007


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

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Tue May  8 05:14:41 2007 +0200

ddraw/tests: Fix typos in messages.

---

 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);




More information about the wine-cvs mailing list