From 70d5fc834a1d106dab8f8142bb14b7d4df46c459 Mon Sep 17 00:00:00 2001 From: Michael Tieso Date: Fri, 21 Nov 2014 13:26:32 -0800 Subject: [PATCH] Spelling correction - calculdate to calculate --- includes/abstracts/abstract-wc-product.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/abstracts/abstract-wc-product.php b/includes/abstracts/abstract-wc-product.php index 00646093287..5e33e15270c 100644 --- a/includes/abstracts/abstract-wc-product.php +++ b/includes/abstracts/abstract-wc-product.php @@ -745,7 +745,7 @@ class WC_Product { /** * Returns the price (including tax). Uses customer tax rates. Can work for a specific $qty for more accurate taxes. * - * @param string $price to calculdate, left blank to just use get_price() + * @param string $price to calculate, left blank to just use get_price() * @return string */ public function get_price_including_tax( $qty = 1, $price = '' ) { @@ -799,7 +799,7 @@ class WC_Product { * Returns the price (excluding tax) - ignores tax_class filters since the price may *include* tax and thus needs subtracting. * Uses store base tax rates. Can work for a specific $qty for more accurate taxes. * - * @param string $price to calculdate, left blank to just use get_price() + * @param string $price to calculate, left blank to just use get_price() * @return string */ public function get_price_excluding_tax( $qty = 1, $price = '' ) {