Skip to content

Commit a387339

Browse files
committed
Fixed Typo remobjects#265
1 parent ade70e1 commit a387339

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/uPSComponent.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ uPSComponent.pas } // version: 2020.1010.1010
1+
{ uPSComponent.pas } // version: 2022.1123.1400
22
{----------------------------------------------------------------------------}
33
{ RemObjects Pascal Script }
44
{----------------------------------------------------------------------------}
@@ -1112,7 +1112,7 @@ function TPSScript.DoOnUnknowUses(Sender: TPSPascalCompiler;
11121112
Result := false;
11131113
end;
11141114
end else begin
1115-
FComp.MakeError(FComp.UnitName, ecUnknownIdentifier, {%H-}lName);
1115+
FComp.MakeError(FComp.UnitName, ecUnknownIdentifier, {%H-}Name);
11161116
Result := False;
11171117
end;
11181118
end;

0 commit comments

Comments
 (0)