From 4f5b708d492c10de06fe7925340f240d029b8ef8 Mon Sep 17 00:00:00 2001 From: Sven/Sarah Barth Date: Tue, 31 Dec 2024 18:26:12 +0100 Subject: [PATCH] * fix typo in comment --- compiler/scandir.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/scandir.pas b/compiler/scandir.pas index 64543ff82c..87496c744b 100644 --- a/compiler/scandir.pas +++ b/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;