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);