We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7f203 commit 5e217daCopy full SHA for 5e217da
contracts/src/kleros-v1/kleros-liquid-xdai/WrappedPinakion.sol
@@ -146,7 +146,7 @@ contract WrappedPinakion is Initializable {
146
147
/// @notice Moves `_amount` tokens from the caller's account to `_recipient`.
148
/// @param _recipient The entity receiving the funds.
149
- /// @param _amount The amount to tranfer in base units.
+ /// @param _amount The amount to transfer in base units.
150
/// @return True on success.
151
function transfer(address _recipient, uint256 _amount) public returns (bool) {
152
if (isContract(controller)) {
0 commit comments