killbill-memoizeit

invoice: fix typo Signed-off-by: Pierre-Alexandre Meyer

10/22/2015 11:01:48 AM

Details

diff --git a/invoice/src/main/java/org/killbill/billing/invoice/api/InvoiceApiHelper.java b/invoice/src/main/java/org/killbill/billing/invoice/api/InvoiceApiHelper.java
index e47f289..8a5933b 100644
--- a/invoice/src/main/java/org/killbill/billing/invoice/api/InvoiceApiHelper.java
+++ b/invoice/src/main/java/org/killbill/billing/invoice/api/InvoiceApiHelper.java
@@ -145,7 +145,7 @@ public class InvoiceApiHelper {
             throw new InvoiceApiException(ErrorCode.CURRENCY_INVALID, currency, invoiceItemToBeAdjusted.getCurrency());
         }
 
-        // Reuse the same logic we have for the refun with item adjustment
+        // Reuse the same logic we have for refund with item adjustment
         final Map<UUID, BigDecimal> input = new HashMap<UUID, BigDecimal>();
         input.put(invoiceItemId, positiveAdjAmount);