mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 04:48:03 +02:00
IDE: fixed typos related to 'occur' word
git-svn-id: trunk@65206 -
This commit is contained in:
parent
3566beff8f
commit
171338a8db
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user