From dedafbe3268dce10b80e5fc4b49a5f058265020e Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Mon, 24 Nov 2025 20:54:31 -0500 Subject: [PATCH] Review feedback from @gregtatcam: typo --- src/xrpld/app/tx/detail/LoanPay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrpld/app/tx/detail/LoanPay.cpp b/src/xrpld/app/tx/detail/LoanPay.cpp index eb1c5adc19..4bc0dc6188 100644 --- a/src/xrpld/app/tx/detail/LoanPay.cpp +++ b/src/xrpld/app/tx/detail/LoanPay.cpp @@ -413,7 +413,7 @@ LoanPay::doApply() "totalPaidToVaultForDebt rounding good"); // Despite our best efforts, it's possible for rounding errors to accumulate // in the loan broker's debt total. This is because the broker may have more - // that one loan with significantly different scales. + // than one loan with significantly different scales. adjustImpreciseNumber( debtTotalProxy, -totalPaidToVaultForDebt, asset, vaultScale);