Merge pull request #1284 from AaronHolbrook/patch-1

Fixed typo
This commit is contained in:
Coen Jacobs 2012-07-22 13:45:47 -07:00
commit 756241ea8d
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ class WC_Checkout {
}
}
/** Depreciated */
/** Deprecated */
class woocommerce_checkout extends WC_Checkout {
public function __construct() {
_deprecated_function( 'woocommerce_checkout', '1.4', 'WC_Checkout()' );