From b2f8b351d43c6b5c8f18034fd45961bf484cb520 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 14 Nov 2013 20:24:40 -0500 Subject: [PATCH] Fixed comment typo. --- src/main/haiku/SDL_BeApp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/haiku/SDL_BeApp.cc b/src/main/haiku/SDL_BeApp.cc index 12f2543005365..e0df2a10095ff 100644 --- a/src/main/haiku/SDL_BeApp.cc +++ b/src/main/haiku/SDL_BeApp.cc @@ -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;