Commit b2f8b351d43c6b5c8f18034fd45961bf484cb520

Ryan C. Gordon 2013-11-14T20:24:40

Fixed comment typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/main/haiku/SDL_BeApp.cc b/src/main/haiku/SDL_BeApp.cc
index 12f2543..e0df2a1 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;