From 61a839c8af649cdffec15b1e88c13255eb3e05c3 Mon Sep 17 00:00:00 2001 From: David Laprade Date: Fri, 18 Nov 2022 10:24:03 -0500 Subject: [PATCH] Update src/ATokenNaive.sol Co-authored-by: Matt Solomon --- src/ATokenNaive.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ATokenNaive.sol b/src/ATokenNaive.sol index 752125c..a9dc754 100644 --- a/src/ATokenNaive.sol +++ b/src/ATokenNaive.sol @@ -89,7 +89,7 @@ contract ATokenNaive is AToken { /// @notice Method which returns the deadline (as a block number) by which /// depositors must express their voting preferences to this Pool contract. It /// will always be before the Governor's corresponding proposal deadline. The - /// dealine is exclusive, meaning: if this returns (say) block 424242, then the + /// deadline is exclusive, meaning: if this returns (say) block 424242, then the /// internal voting period will be over on block 424242. The last block for /// internal voting will be 424241. /// @param proposalId The ID of the proposal in question.