From ae17ccd65f93b7cc4d68bce3e618af471d1f9b8b Mon Sep 17 00:00:00 2001 From: Ville Viklund Date: Tue, 3 Oct 2017 15:34:44 +0300 Subject: [PATCH] Fix typo --- includes/class-wc-product-variable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-product-variable.php b/includes/class-wc-product-variable.php index e5871c10fb1..f656817b93f 100644 --- a/includes/class-wc-product-variable.php +++ b/includes/class-wc-product-variable.php @@ -510,7 +510,7 @@ class WC_Product_Variable extends WC_Product { * upwards (from child to parent) when the variation is saved. * * @param WC_Product|int $product Product object or ID for which you wish to sync. - * @param bool $save If true, the prouduct object will be saved to the DB before returning it. + * @param bool $save If true, the product object will be saved to the DB before returning it. * @return WC_Product Synced product object. */ public static function sync( $product, $save = true ) {