Fixed comment typo.

--HG--
extra : rebase_source : 9f8c814df15ce9f944f34dc6646dc6ab1141cf6c
This commit is contained in:
Ryan C. Gordon 2013-11-14 20:24:40 -05:00
parent 8570ce8dc5
commit 98ea92ba3e

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;