Skip to content

Commit

Permalink
Fixed comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 15, 2013
1 parent 35915d4 commit b2f8b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/haiku/SDL_BeApp.cc
Expand Up @@ -67,7 +67,7 @@ SDL_InitBeApp(void)
return SDL_SetError("Couldn't create BApplication thread");
}

/* Change working to directory to that of executable */
/* Change working directory to that of executable */
app_info info;
if (B_OK == be_app->GetAppInfo(&info)) {
entry_ref ref = info.ref;
Expand Down

0 comments on commit b2f8b35

Please sign in to comment.