Skip to content

Commit

Permalink
Fixed Typo remobjects#265
Browse files Browse the repository at this point in the history
  • Loading branch information
pult committed Nov 23, 2022
1 parent ade70e1 commit a387339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/uPSComponent.pas
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ uPSComponent.pas } // version: 2020.1010.1010
{ uPSComponent.pas } // version: 2022.1123.1400
{----------------------------------------------------------------------------}
{ RemObjects Pascal Script }
{----------------------------------------------------------------------------}
Expand Down Expand Up @@ -1112,7 +1112,7 @@ function TPSScript.DoOnUnknowUses(Sender: TPSPascalCompiler;
Result := false;
end;
end else begin
FComp.MakeError(FComp.UnitName, ecUnknownIdentifier, {%H-}lName);
FComp.MakeError(FComp.UnitName, ecUnknownIdentifier, {%H-}Name);
Result := False;
end;
end;
Expand Down

0 comments on commit a387339

Please sign in to comment.