浏览代码

* fix typo in comment

Sven/Sarah Barth 7 月之前
父节点
当前提交
4f5b708d49
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/scandir.pas

+ 1 - 1
compiler/scandir.pas

@@ -1778,7 +1778,7 @@ unit scandir;
         had_info : boolean;
       begin
         had_info:=(status.verbosity and V_Info)<>0;
-        { this message should allways appear !! }
+        { this message should always appear !! }
         status.verbosity:=status.verbosity or V_Info;
         Message(scan_i_press_enter);
         readln;