Skip to content

Commit

Permalink
Fixed typo in source comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Oct 17, 2014
1 parent 0302bb7 commit 7cabaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/android/SDL_android_main.c
Expand Up @@ -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();
Expand Down

0 comments on commit 7cabaeb

Please sign in to comment.