Johann ELSASS 5 年之前
父節點
當前提交
36d7960a7a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lazpaint/lazpaint.lpr

+ 1 - 1
lazpaint/lazpaint.lpr

@@ -158,7 +158,7 @@ var
 
 
   procedure InitOutput;
   procedure InitOutput;
   begin
   begin
-    //on MacOS, you need to open the trerminal before running LazPaint
+    //on MacOS, you need to open the terminal before running LazPaint
     OldOutput := Output;
     OldOutput := Output;
     AssignFile(Output, ConsoleOutputFile);
     AssignFile(Output, ConsoleOutputFile);
     Append(Output);
     Append(Output);