From 2c527cfc01eb10f254fab67623eda3d8180b8fd4 Mon Sep 17 00:00:00 2001 From: Sven/Sarah Barth Date: Fri, 2 Feb 2024 16:23:43 +0100 Subject: [PATCH] * fix typos in comment, no code changes --- compiler/scandir.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/scandir.pas b/compiler/scandir.pas index 90c483b472..48443b5669 100644 --- a/compiler/scandir.pas +++ b/compiler/scandir.pas @@ -1261,10 +1261,10 @@ unit scandir; { Reset verbosity and forget previous pmeesage } RestoreLocalVerbosity(nil); current_settings.pmessage:=nil; - { Do not yet activate these changes, as otherwise - you get problem idf you put a $pop just right after - a addition for instance fro which you explicitly truned the overflow check - out by using $Q- after a $push PM 2012-08-29 } + { Do not activate these changes yet, as otherwise + you get a problem if you put a $pop just right after + a addition for instance for which you explicitly turned the overflow check + off by using $Q- after a $push PM 2012-08-29 } // flushpendingswitchesstate; end; end;