浏览代码

Fixed comment typo.

Ryan C. Gordon 11 年之前
父节点
当前提交
b2f8b351d4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/haiku/SDL_BeApp.cc

+ 1 - 1
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;