瀏覽代碼

修改拼写错误 (#411)

=> Single Process
xiaohei 3 年之前
父節點
當前提交
96853fb034
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Unity/Assets/Scripts/Editor/ServerCommandLineEditor/ServerCommandLineEditor.cs

+ 2 - 2
Unity/Assets/Scripts/Editor/ServerCommandLineEditor/ServerCommandLineEditor.cs

@@ -45,7 +45,7 @@ namespace ET
             dotnet = "dotnet";
 #endif
             
-            if (GUILayout.Button("Start Server(Single Srocess)"))
+            if (GUILayout.Button("Start Server(Single Process)"))
             {
                 string arguments = $"App.dll --Process=1 --StartConfig=StartConfig/{this.startConfig} --Console=1";
                 ProcessHelper.Run(dotnet, arguments, "../Bin/");
@@ -63,4 +63,4 @@ namespace ET
             }
         }
     }
-}
+}