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);