From d7d0a82a64d0733acbb70a8e6ac2019ac6fc6099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reu=CC=88el=20van=20der=20Steege?= Date: Thu, 4 Mar 2021 00:04:33 +0100 Subject: [PATCH] Spelling. --- CHANGELOG.md | 2 +- src/Settings.php | 2 +- src/Shortcodes.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. *