Skip to content

Commit 5e217da

Browse files
authored
Update WrappedPinakion.sol
1 parent fa7f203 commit 5e217da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/kleros-v1/kleros-liquid-xdai/WrappedPinakion.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ contract WrappedPinakion is Initializable {
146146

147147
/// @notice Moves `_amount` tokens from the caller's account to `_recipient`.
148148
/// @param _recipient The entity receiving the funds.
149-
/// @param _amount The amount to tranfer in base units.
149+
/// @param _amount The amount to transfer in base units.
150150
/// @return True on success.
151151
function transfer(address _recipient, uint256 _amount) public returns (bool) {
152152
if (isContract(controller)) {

0 commit comments

Comments
 (0)