Module: wine Branch: master Commit: 45a7e7482aaadc5941e1c2c54b88e4e5dcbecf33 URL: http://source.winehq.org/git/wine.git/?a=commit;h=45a7e7482aaadc5941e1c2c54b...
Author: Francois Gouget fgouget@free.fr Date: Sat Jan 7 14:46:44 2017 +0100
ddraw/tests: Spelling fixes in a few comments.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ddraw/tests/ddraw1.c | 4 ++-- dlls/ddraw/tests/ddraw2.c | 6 +++--- dlls/ddraw/tests/ddraw4.c | 6 +++--- dlls/ddraw/tests/ddraw7.c | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/dlls/ddraw/tests/ddraw1.c b/dlls/ddraw/tests/ddraw1.c index 4a9ed7e..7ef70c1 100644 --- a/dlls/ddraw/tests/ddraw1.c +++ b/dlls/ddraw/tests/ddraw1.c @@ -3423,7 +3423,7 @@ static void test_coop_level_activateapp(void) ok(SUCCEEDED(hr), "Failed to set cooperative level, hr %#x.\n", hr); ok(activateapp_testdata.received, "Expected WM_ACTIVATEAPP, but did not receive it.\n");
- /* DDraw is in exlusive mode now. */ + /* DDraw is in exclusive mode now. */ memset(&ddsd, 0, sizeof(ddsd)); ddsd.dwSize = sizeof(ddsd); ddsd.dwFlags = DDSD_CAPS | DDSD_BACKBUFFERCOUNT; @@ -9482,7 +9482,7 @@ static void test_transform_vertices(void)
/* Test the effect of Matrices. * - * Basically the x coodinate ends up as ((x + 1) * 2 + 0) * 5 and + * Basically the x coordinate ends up as ((x + 1) * 2 + 0) * 5 and * y as ((y + 0) * 2 + 1) * 5. The 5 comes from dvScaleX/Y, 2 from * the view matrix and the +1's from the world and projection matrix. */ vp_data.dwX = 0; diff --git a/dlls/ddraw/tests/ddraw2.c b/dlls/ddraw/tests/ddraw2.c index 611ccac..e72a1fa 100644 --- a/dlls/ddraw/tests/ddraw2.c +++ b/dlls/ddraw/tests/ddraw2.c @@ -1087,7 +1087,7 @@ static void test_depth_blit(void) SetRect(&dst_rect, 320, 240, 640, 480); hr = IDirectDrawSurface_Blt(ds2, &dst_rect, ds1, &src_rect, DDBLT_WAIT, NULL); ok(SUCCEEDED(hr), "Got unexpected hr %#x.\n", hr); - /* Streched. */ + /* Stretched. */ SetRect(&src_rect, 0, 0, 320, 240); SetRect(&dst_rect, 0, 0, 640, 480); hr = IDirectDrawSurface_Blt(ds2, &dst_rect, ds1, &src_rect, DDBLT_WAIT, NULL); @@ -3945,7 +3945,7 @@ static void test_coop_level_activateapp(void) ok(SUCCEEDED(hr), "Failed to set cooperative level, hr %#x.\n", hr); ok(activateapp_testdata.received, "Expected WM_ACTIVATEAPP, but did not receive it.\n");
- /* DDraw is in exlusive mode now. */ + /* DDraw is in exclusive mode now. */ memset(&ddsd, 0, sizeof(ddsd)); ddsd.dwSize = sizeof(ddsd); ddsd.dwFlags = DDSD_CAPS | DDSD_BACKBUFFERCOUNT; @@ -10874,7 +10874,7 @@ static void test_transform_vertices(void)
/* Test the effect of Matrices. * - * Basically the x coodinate ends up as ((x + 1) * 2 + 0) * 5 and + * Basically the x coordinate ends up as ((x + 1) * 2 + 0) * 5 and * y as ((y + 0) * 2 + 1) * 5. The 5 comes from dvScaleX/Y, 2 from * the view matrix and the +1's from the world and projection matrix. */ vp_data.dwX = 0; diff --git a/dlls/ddraw/tests/ddraw4.c b/dlls/ddraw/tests/ddraw4.c index b74b754..6cce150 100644 --- a/dlls/ddraw/tests/ddraw4.c +++ b/dlls/ddraw/tests/ddraw4.c @@ -1262,7 +1262,7 @@ static void test_depth_blit(void) SetRect(&dst_rect, 320, 240, 640, 480); hr = IDirectDrawSurface4_Blt(ds2, &dst_rect, ds1, &src_rect, DDBLT_WAIT, NULL); ok(SUCCEEDED(hr), "Got unexpected hr %#x.\n", hr); - /* Streched. */ + /* Stretched. */ SetRect(&src_rect, 0, 0, 320, 240); SetRect(&dst_rect, 0, 0, 640, 480); hr = IDirectDrawSurface4_Blt(ds2, &dst_rect, ds1, &src_rect, DDBLT_WAIT, NULL); @@ -4810,7 +4810,7 @@ static void test_coop_level_activateapp(void) ok(SUCCEEDED(hr), "Failed to set cooperative level, hr %#x.\n", hr); ok(activateapp_testdata.received, "Expected WM_ACTIVATEAPP, but did not receive it.\n");
- /* DDraw is in exlusive mode now. */ + /* DDraw is in exclusive mode now. */ memset(&ddsd, 0, sizeof(ddsd)); ddsd.dwSize = sizeof(ddsd); ddsd.dwFlags = DDSD_CAPS | DDSD_BACKBUFFERCOUNT; @@ -12174,7 +12174,7 @@ static void test_transform_vertices(void)
/* Test the effect of Matrices. * - * Basically the x coodinate ends up as ((x + 1) * 2 + 0) * 5 and + * Basically the x coordinate ends up as ((x + 1) * 2 + 0) * 5 and * y as ((y + 0) * 2 + 1) * 5. The 5 comes from dvScaleX/Y, 2 from * the view matrix and the +1's from the world and projection matrix. */ vp_data.dwX = 0; diff --git a/dlls/ddraw/tests/ddraw7.c b/dlls/ddraw/tests/ddraw7.c index e00bbcd..4027220 100644 --- a/dlls/ddraw/tests/ddraw7.c +++ b/dlls/ddraw/tests/ddraw7.c @@ -1148,7 +1148,7 @@ static void test_depth_blit(void) SetRect(&dst_rect, 320, 240, 640, 480); hr = IDirectDrawSurface7_Blt(ds2, &dst_rect, ds1, &src_rect, DDBLT_WAIT, NULL); ok(SUCCEEDED(hr), "Got unexpected hr %#x.\n", hr); - /* Streched. */ + /* Stretched. */ SetRect(&src_rect, 0, 0, 320, 240); SetRect(&dst_rect, 0, 0, 640, 480); hr = IDirectDrawSurface7_Blt(ds2, &dst_rect, ds1, &src_rect, DDBLT_WAIT, NULL); @@ -4598,7 +4598,7 @@ static void test_coop_level_activateapp(void) ok(SUCCEEDED(hr), "Failed to set cooperative level, hr %#x.\n", hr); ok(activateapp_testdata.received, "Expected WM_ACTIVATEAPP, but did not receive it.\n");
- /* DDraw is in exlusive mode now. */ + /* DDraw is in exclusive mode now. */ memset(&ddsd, 0, sizeof(ddsd)); ddsd.dwSize = sizeof(ddsd); ddsd.dwFlags = DDSD_CAPS | DDSD_BACKBUFFERCOUNT;