woocommerce/includes/admin/helper
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
..
views Merge pull request #15751 from woocommerce/feature/helper 2017-06-23 16:17:24 +01:00
class-wc-helper-api.php Helper: Various Improvements (#15519) 2017-06-14 14:12:53 +01:00
class-wc-helper-compat.php Helper: Pass a migrate flag if migrating during token exchange 2017-06-21 16:23:57 +03:00
class-wc-helper-options.php Helper: Fix some missing docblocks 2017-05-03 13:33:39 +03:00
class-wc-helper-plugin-info.php Helper: Add some missing docblocks 2017-04-26 18:50:38 +03:00
class-wc-helper-updater.php Helper: Use strict comparison when checking response code from update-check 2017-05-03 13:34:55 +03:00
class-wc-helper.php Fixed typos. 2017-07-10 12:56:28 +07:00