woocommerce/includes/interfaces
Akeda Bagus 53807185a8
Fixed typos.
These typos are catched by `misspell` program.

```
find . -type f | grep -v assets | grep -v dummy-data | grep -v i18n | grep -v node_modules | grep -v .git | grep -v apigen |  xargs misspell -w
```

Some results were excluded because of 3rd party ownership and non-english
sentences.
2017-07-10 12:56:28 +07:00
..
class-wc-abstract-order-data-store-interface.php Cleanup of PHPDoc for interfaces, fixes #13808 2017-03-28 13:52:32 -04:00
class-wc-coupon-data-store-interface.php Cleanup of PHPDoc for interfaces, fixes #13808 2017-03-28 13:52:32 -04:00
class-wc-customer-data-store-interface.php Cleanup of PHPDoc for interfaces, fixes #13808 2017-03-28 13:52:32 -04:00
class-wc-customer-download-data-store-interface.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-importer-interface.php Included required methods to the interface 2017-05-18 21:18:56 -03:00
class-wc-log-handler-interface.php Validate handlers implement WC_Log_handler_Interface 2017-01-24 23:07:58 +01:00
class-wc-logger-interface.php Merge branch 'pr/15069' 2017-05-23 18:56:58 +01:00
class-wc-object-data-store-interface.php Cleanup of PHPDoc for interfaces, fixes #13808 2017-03-28 13:52:32 -04:00
class-wc-order-data-store-interface.php Cleanup of PHPDoc for interfaces, fixes #13808 2017-03-28 13:52:32 -04:00
class-wc-order-item-data-store-interface.php Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
class-wc-order-item-product-data-store-interface.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-order-item-type-data-store-interface.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-order-refund-data-store-interface.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-payment-token-data-store-interface.php Fixed typos. 2017-07-10 12:56:28 +07:00
class-wc-product-data-store-interface.php Cleanup of PHPDoc for interfaces, fixes #13808 2017-03-28 13:52:32 -04:00
class-wc-product-variable-data-store-interface.php Cleanup of PHPDoc for interfaces, fixes #13808 2017-03-28 13:52:32 -04:00
class-wc-shipping-zone-data-store-interface.php Cleanup of PHPDoc for interfaces, fixes #13808 2017-03-28 13:52:32 -04:00