diff --git a/CHANGELOG.md b/CHANGELOG.md index 384032d..66a5138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,7 +81,7 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C - Added HTML admin views from the Pronamic iDEAL plugin. ## [1.1.1] - 2015-03-03 -- Changed WordPress pay core library requirment from `~1.0.0` to `>=1.0.0`. +- Changed WordPress pay core library requirement from `~1.0.0` to `>=1.0.0`. ## [1.1.0] - 2015-02-12 - Show errors if they occur. diff --git a/src/Settings.php b/src/Settings.php index e34ea1d..268ca98 100644 --- a/src/Settings.php +++ b/src/Settings.php @@ -22,7 +22,7 @@ public function __construct() { } /** - * Admin intialize + * Admin initialize */ public function admin_init() { // Settings - General diff --git a/src/Shortcodes.php b/src/Shortcodes.php index 64d1516..6473cd6 100644 --- a/src/Shortcodes.php +++ b/src/Shortcodes.php @@ -75,7 +75,7 @@ public function create_hash( $data ) { * period represents one of the predetermined durations they can * selected from the dropdown. * - * cost is set by the shortcode generator. Must be ISO standard format ( . as decimal seperator ) + * cost is set by the shortcode generator. Must be ISO standard format ( . as decimal separator ) * * level is the level access upon payment will be granted. *