From e10713cfed7ec2f2fe5e526eb034f7c639e7c10c Mon Sep 17 00:00:00 2001 From: curlwget Date: Thu, 22 Aug 2024 17:20:54 +0800 Subject: [PATCH] chore: fix some comments Signed-off-by: curlwget --- contracts/external-interfaces/ILiquityTroveManager.sol | 2 +- tests/tests/protocols/alice/AlicePosition.t.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/external-interfaces/ILiquityTroveManager.sol b/contracts/external-interfaces/ILiquityTroveManager.sol index e322e0689..cfd05c625 100644 --- a/contracts/external-interfaces/ILiquityTroveManager.sol +++ b/contracts/external-interfaces/ILiquityTroveManager.sol @@ -13,7 +13,7 @@ pragma solidity >=0.6.0 <0.9.0; /// @title ILiquityTroveManager Interface /// @author Enzyme Council -/// @notice Minimal interface for our interactions with Liquity Trove Mangager contract +/// @notice Minimal interface for our interactions with Liquidity Trove Manager contract interface ILiquityTroveManager { function getTroveColl(address) external view returns (uint256); diff --git a/tests/tests/protocols/alice/AlicePosition.t.sol b/tests/tests/protocols/alice/AlicePosition.t.sol index d779a6532..34801e11d 100644 --- a/tests/tests/protocols/alice/AlicePosition.t.sol +++ b/tests/tests/protocols/alice/AlicePosition.t.sol @@ -382,7 +382,7 @@ abstract contract AliceTestBase is IntegrationTest { assertEq( preOrderVaultOutgoingAssetBalance - postOrderVaultOutgoingAssetBalance, orderQuantity, - "Incorrect vaultProxy blance" + "Incorrect vaultProxy balance" ); // The EP should report the placedOrder in getManagedAssets