Skip to content

Commit

Permalink
refactor: fix typo in FeeUnits.h
Browse files Browse the repository at this point in the history
covert -> convert
  • Loading branch information
eltociear authored and manojsdoshi committed Aug 19, 2023
1 parent 712b586 commit 70fdd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/basics/FeeUnits.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class TaggedFee : private boost::totally_ordered<TaggedFee<UnitTag, T>>,
}

/** Instances with the same unit, and a type that is
"safe" to covert to this one can be converted
"safe" to convert to this one can be converted
implicitly */
template <
class Other,
Expand Down

0 comments on commit 70fdd8d

Please sign in to comment.