diff --git a/src/ripple/basics/FeeUnits.h b/src/ripple/basics/FeeUnits.h index c0f1afbe6c..35e0ff24d0 100644 --- a/src/ripple/basics/FeeUnits.h +++ b/src/ripple/basics/FeeUnits.h @@ -128,7 +128,7 @@ public: } /** 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,