From 70fdd8db37515a0a44df5cc59b57edb9c2ef0bf4 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 9 Aug 2023 19:53:44 +0900 Subject: [PATCH] refactor: fix typo in FeeUnits.h covert -> convert --- src/ripple/basics/FeeUnits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/basics/FeeUnits.h b/src/ripple/basics/FeeUnits.h index c0f1afbe6c6..35e0ff24d05 100644 --- a/src/ripple/basics/FeeUnits.h +++ b/src/ripple/basics/FeeUnits.h @@ -128,7 +128,7 @@ class TaggedFee : private boost::totally_ordered>, } /** 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,