Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
Spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Mar 3, 2021
1 parent 895457b commit d7d0a82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function __construct() {
}

/**
* Admin intialize
* Admin initialize
*/
public function admin_init() {
// Settings - General
Expand Down
2 changes: 1 addition & 1 deletion src/Shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit d7d0a82

Please sign in to comment.