From b5beacfc54cd71f4745adfeb0f1f9ef46b7cc8b7 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 19 Feb 2026 15:51:37 +0900 Subject: [PATCH] refactor: fix typo in FeeUnits.h (#4644) 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 c0f1afbe6..35e0ff24d 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,