Commit e11969a72fe12ad0e37fde03384c694872f1820c

Philipp Wiesemann 2014-11-07T10:01:20

Fixed two typos in test source.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/testautomation_surface.c b/test/testautomation_surface.c
index b517c77..d65351a 100644
--- a/test/testautomation_surface.c
+++ b/test/testautomation_surface.c
@@ -614,7 +614,7 @@ static const SDLTest_TestCaseReference surfaceTest8 =
 
 /* TODO: rewrite test case, define new test data and re-enable; current implementation fails */
 static const SDLTest_TestCaseReference surfaceTest9 =
-        { (SDLTest_TestCaseFp)surface_testBlitBlendLoop, "surface_testBlitBlendLoop", "Test blittin routines with verious blending modes", TEST_DISABLED};
+        { (SDLTest_TestCaseFp)surface_testBlitBlendLoop, "surface_testBlitBlendLoop", "Test blitting routines with various blending modes", TEST_DISABLED};
 
 /* TODO: rewrite test case, define new test data and re-enable; current implementation fails */
 static const SDLTest_TestCaseReference surfaceTest10 =