IDE: fixed typos related to 'occur' word

git-svn-id: trunk@65206 -
This commit is contained in:
maxim 2021-06-10 22:17:00 +00:00
parent 3566beff8f
commit 171338a8db
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ begin
Cfg := GetCfgFileContent;
if Cfg <> nil then begin
Warn := '';
// insert Cfg at start. For duplicates the latest occurence takes precedence
// insert Cfg at start. For duplicates the latest occurrence takes precedence
for i := 0 to Cfg.Count - 1 do begin
s := Cfg[i];
if (s <> '') and (s[1] = '-') then

View File

@ -6310,7 +6310,7 @@ end;
function FindBaseComponentClass(AnUnitInfo: TUnitInfo; const AComponentClassName,
DescendantClassName: string; out AComponentClass: TComponentClass): boolean;
// returns false if an error occured
// returns false if an error occurred
// Important: returns true even if AComponentClass=nil
var
ResFormat: TUnitResourcefileFormatClass;