Corrected spelling in C source files of test suites.

This commit is contained in:
Philipp Wiesemann 2013-05-05 12:47:44 +02:00
parent e2fe26af28
commit b5c9f3354d
5 changed files with 6 additions and 6 deletions

View file

@ -403,7 +403,7 @@ mouse_getSetRelativeMouseMode(void *arg)
SDLTest_AssertPass("Call to SDL_GetRelativeMouseMode()");
SDLTest_AssertCheck(currentState == SDL_FALSE, "Validate current state is FALSE, got: %i", currentState);
/* Revert to originl state - ignore result */
/* Revert to original state - ignore result */
result = SDL_SetRelativeMouseMode(initialState);
return TEST_COMPLETED;