Skip to content

Commit dedafbe

Browse files
committed
Review feedback from @gregtatcam: typo
1 parent 71bb08c commit dedafbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrpld/app/tx/detail/LoanPay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ LoanPay::doApply()
413413
"totalPaidToVaultForDebt rounding good");
414414
// Despite our best efforts, it's possible for rounding errors to accumulate
415415
// in the loan broker's debt total. This is because the broker may have more
416-
// that one loan with significantly different scales.
416+
// than one loan with significantly different scales.
417417
adjustImpreciseNumber(
418418
debtTotalProxy, -totalPaidToVaultForDebt, asset, vaultScale);
419419

0 commit comments

Comments
 (0)