Fixed comment typo.

This commit is contained in:
Ryan C. Gordon 2013-11-14 20:24:40 -05:00
parent 35915d4f99
commit b2f8b351d4
1 changed files with 1 additions and 1 deletions

View File

@ -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;