From 51d3bd0430194f622dc533d5ee7608e48bf69677 Mon Sep 17 00:00:00 2001 From: The3D Date: Thu, 26 Nov 2020 14:58:42 +0100 Subject: [PATCH] Updated comment --- contracts/protocol/tokenization/VariableDebtToken.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/protocol/tokenization/VariableDebtToken.sol b/contracts/protocol/tokenization/VariableDebtToken.sol index 12bbb0c4..d2e27ac3 100644 --- a/contracts/protocol/tokenization/VariableDebtToken.sol +++ b/contracts/protocol/tokenization/VariableDebtToken.sol @@ -126,7 +126,7 @@ contract VariableDebtToken is DebtTokenBase, IVariableDebtToken { } /** - * @dev Teturns the principal balance of the user and principal total supply. + * @dev Returns the principal balance of the user and principal total supply. * @param user The address of the user * @return The principal balance of the user * @return The principal total supply