From 69a4aa926a07fb8cc3a7c572b672460e0005359d Mon Sep 17 00:00:00 2001 From: Akeda Bagus Date: Mon, 1 Jul 2019 16:07:13 +0700 Subject: [PATCH] Fix typo in error message. --- includes/admin/helper/class-wc-helper-product-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/helper/class-wc-helper-product-install.php b/includes/admin/helper/class-wc-helper-product-install.php index 8775e6f2d06..ae5a9c03838 100644 --- a/includes/admin/helper/class-wc-helper-product-install.php +++ b/includes/admin/helper/class-wc-helper-product-install.php @@ -226,7 +226,7 @@ class WC_Helper_Product_Install { private static function move_product( $product_id, $upgrader ) { $steps = self::get_state( 'steps' ); if ( empty( $steps[ $product_id ]['unpacked_path'] ) ) { - return new WP_Error( 'missing_unpacked_path', __( 'Cound not found unpacked path.', 'woocommerce' ) ); + return new WP_Error( 'missing_unpacked_path', __( 'Could not found unpacked path.', 'woocommerce' ) ); } // TODO: handle theme.