Fixed typo in source comment.
--- a/src/main/android/SDL_android_main.c Fri Oct 17 23:10:33 2014 +0200
+++ b/src/main/android/SDL_android_main.c Fri Oct 17 23:26:02 2014 +0200
@@ -19,7 +19,7 @@
/* 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();