Corrected spelling in C source files of test suites.
This commit is contained in:
parent
e2fe26af28
commit
b5c9f3354d
5 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue