From 23b38f9490c295a614827dcce541f0f7b15be686 Mon Sep 17 00:00:00 2001 From: Barry Kooij Date: Sat, 29 Nov 2014 12:35:36 +0100 Subject: [PATCH] Typos --- includes/class-wc-cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-cart.php b/includes/class-wc-cart.php index 68f57d4cdf1..8e7e6a9ba90 100644 --- a/includes/class-wc-cart.php +++ b/includes/class-wc-cart.php @@ -1202,7 +1202,7 @@ class WC_Cart { // Now we have a new item price (excluding TAX) $line_subtotal = round( $line_price - array_sum( $taxes ), WC_ROUNDING_PRECISION ); - // Now add modifed taxes + // Now add modified taxes $taxes = $this->tax->calc_tax( $line_subtotal, $item_tax_rates ); $line_subtotal_tax = array_sum( $taxes );