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