diff --git a/contracts/interfaces/ITestnetFaucet.sol b/contracts/interfaces/ITestnetFaucet.sol index 0d93937dd..9f6f93016 100644 --- a/contracts/interfaces/ITestnetFaucet.sol +++ b/contracts/interfaces/ITestnetFaucet.sol @@ -12,13 +12,13 @@ interface ITestnetFaucet { function claim() external; /// @notice Checks if one can claim more stable - /// @return number of seconds user havs to wait till they can claim new stable + /// @return number of seconds user has to wait till they can claim new stable function couldClaimInSeconds() external view returns (uint256); function balanceOf(address asset) external view returns (uint256); - /// @notice Checks if user had calimed stables before - /// @return true if user had calimed before, otherwise false + /// @notice Checks if user had claimed stables before + /// @return true if user had claimed before, otherwise false function hasClaimBefore() external view returns (bool); /// @notice Adds new asset to the faucet,