From e11969a72fe12ad0e37fde03384c694872f1820c Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Fri, 7 Nov 2014 10:01:20 +0100 Subject: [PATCH] Fixed two typos in test source. --- test/testautomation_surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testautomation_surface.c b/test/testautomation_surface.c index b517c7730e1bb..d65351a66eeeb 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 =