From 7cabaebed4be9e95e45d141b7bbc885a3ae2da7e Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Fri, 17 Oct 2014 23:26:02 +0200 Subject: [PATCH] Fixed typo in source comment. --- src/main/android/SDL_android_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/android/SDL_android_main.c b/src/main/android/SDL_android_main.c index 539be5e34..ff55a95f7 100644 --- a/src/main/android/SDL_android_main.c +++ b/src/main/android/SDL_android_main.c @@ -19,7 +19,7 @@ extern void SDL_Android_Init(JNIEnv* env, jclass cls); /* Start up the SDL app */ int Java_org_libsdl_app_SDLActivity_nativeInit(JNIEnv* env, jclass cls, jobject obj) { - /* This interface could expand with ABI negotiation, calbacks, etc. */ + /* This interface could expand with ABI negotiation, callbacks, etc. */ SDL_Android_Init(env, cls); SDL_SetMainReady();