Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki authored Aug 30, 2022
1 parent af358a7 commit 2101dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/leverage/keeper/interest.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (k Keeper) AccrueAllInterest(ctx sdk.Context) error {
"prev", prevInterestTime,
)

// if LastInterestTime appears to tbe in the future, do nothing (besides logging) and leave
// if LastInterestTime appears to be in the future, do nothing (besides logging) and leave
// LastInterestTime at its stored value. This will repeat every block until BlockTime exceeds
// LastInterestTime.
return nil
Expand Down

0 comments on commit 2101dbf

Please # to comment.