From 5751dc379f06919cce5d5069e7f76759a632b775 Mon Sep 17 00:00:00 2001 From: Bart <9132501-flyingsheep@users.noreply.gitlab.com> Date: Fri, 1 Sep 2023 18:10:43 +0200 Subject: [PATCH] Fix spelling in a comment (spotted by Maxim). --- lcl/include/filedialog.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/include/filedialog.inc b/lcl/include/filedialog.inc index 0bc5aeef9e..94ebcfe739 100644 --- a/lcl/include/filedialog.inc +++ b/lcl/include/filedialog.inc @@ -443,7 +443,7 @@ begin if not Result then exit; Result:=CheckAllFiles; //The behavour of ofExtensionDifferent is based upon the workings of Windows LPOPENFILENAME behaviour - //This behaviour is completely irratic when multiple files are selected, it can be on or off given the same input + //This behaviour is completely erratic when multiple files are selected, it can be on or off given the same input //Delphi 7 seems to not include the ofExtensionDifferent flag if multiple files are selected, regardless of their extensions //So, we unset the ofExtensionDifferent if multiple files are selected if Result then begin