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;
   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;
     AssignFile(Output, ConsoleOutputFile);
     Append(Output);