mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 16:49:23 +02:00
* fix typo in comment
This commit is contained in:
parent
faf085662d
commit
4f5b708d49
@ -1778,7 +1778,7 @@ unit scandir;
|
|||||||
had_info : boolean;
|
had_info : boolean;
|
||||||
begin
|
begin
|
||||||
had_info:=(status.verbosity and V_Info)<>0;
|
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;
|
status.verbosity:=status.verbosity or V_Info;
|
||||||
Message(scan_i_press_enter);
|
Message(scan_i_press_enter);
|
||||||
readln;
|
readln;
|
||||||
|
Loading…
Reference in New Issue
Block a user