Fix typo in error message.

This commit is contained in:
Akeda Bagus 2019-07-01 16:07:13 +07:00
parent 7adc256344
commit 69a4aa926a
No known key found for this signature in database
GPG Key ID: B21A9FC4B7761412
1 changed files with 1 additions and 1 deletions

View File

@ -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.