* fix typos in comment, no code changes

This commit is contained in:
Sven/Sarah Barth 2024-02-02 16:23:43 +01:00
parent 4fd5237c0e
commit 2c527cfc01

View File

@ -1261,10 +1261,10 @@ unit scandir;
{ Reset verbosity and forget previous pmeesage } { Reset verbosity and forget previous pmeesage }
RestoreLocalVerbosity(nil); RestoreLocalVerbosity(nil);
current_settings.pmessage:=nil; current_settings.pmessage:=nil;
{ Do not yet activate these changes, as otherwise { Do not activate these changes yet, as otherwise
you get problem idf you put a $pop just right after you get a problem if you put a $pop just right after
a addition for instance fro which you explicitly truned the overflow check a addition for instance for which you explicitly turned the overflow check
out by using $Q- after a $push PM 2012-08-29 } off by using $Q- after a $push PM 2012-08-29 }
// flushpendingswitchesstate; // flushpendingswitchesstate;
end; end;
end; end;