fixed spelling for calculate.

This commit is contained in:
Hardip Parmar 2018-02-24 16:53:27 +05:30
parent dc4212cc15
commit 632da6779e
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ class WC_Tax {
/** /**
* Calc tax from inclusive price. * Calc tax from inclusive price.
* *
* @param float $price Price to calcualte tax for. * @param float $price Price to calculate tax for.
* @param array $rates Array of tax rates. * @param array $rates Array of tax rates.
* @return array * @return array
*/ */
@ -159,7 +159,7 @@ class WC_Tax {
/** /**
* Calc tax from exclusive price. * Calc tax from exclusive price.
* *
* @param float $price Price to calcualte tax for. * @param float $price Price to calculate tax for.
* @param array $rates Array of tax rates. * @param array $rates Array of tax rates.
* @return array * @return array
*/ */