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

@ -96,7 +96,7 @@ clipboard_testClipboardTextFunctions(void *arg)
SDLTest_AssertPass("Call to SDL_HasClipboardText succeeded");
if (boolResult == SDL_TRUE) {
intResult = SDL_SetClipboardText((const char *)NULL);
SDLTest_AssertPass("Call to DL_SetClipboardText(NULL) succeeded");
SDLTest_AssertPass("Call to SDL_SetClipboardText(NULL) succeeded");
SDLTest_AssertCheck(
intResult == 0,
"Verify result from SDL_SetClipboardText(NULL), expected 0, got %i",