From 838463881772b52f75417a14a9f1a525fb9d1da6 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 27 May 2015 10:53:42 +0100 Subject: [PATCH] several more spelling corrections --- README.md | 4 ++-- index.php | 2 +- module_index.json | 4 ++-- modules/parser-default.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 24d82c5..217cd52 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ Information about configuring PHP sessions can be found here: https://php.net/ma You must also make sure that PHP can write to the folder that you are going to install Pepperminty Wiki in. -More detailed information about installing Pepperminty Wiki can be found on [this repository's wiki](https://github.com/sbrl/Pepperminty-Wiki/wiki/Installing) (CATION: OUTDATED - SEE BELOW). +More detailed information about installing Pepperminty Wiki can be found on [this repository's wiki](https://github.com/sbrl/Pepperminty-Wiki/wiki/Installing) (CAUTION: OUTDATED - SEE BELOW). ### Getting Your Copy Pepperminty Wiki is made up of a single file: `index.php`. You can get it in 3 different ways: #### From this repository -The fastet way is to download the `index.php` file located in the repository. This is the development release, and should _mostly_ work. It comes pre-packaged with all the latest modules, too! +The fastest way is to download the `index.php` file located in the repository. This is the development release, and should _mostly_ work. It comes pre-packaged with all the latest modules, too! #### From the latest release The repository also has (semi) regular releases that are (mostly) guaranteed to be stable. You can get the latest one from the [releases page](https://github.com/sbrl/Pepperminty-Wiki/releases). The latest release comes with all the latest plugin releases too! diff --git a/index.php b/index.php index b344f35..7f02d0d 100644 --- a/index.php +++ b/index.php @@ -1149,7 +1149,7 @@ register_module([ register_module([ - "name" => "Deault Parser", + "name" => "Default Parser", "version" => "0.7", "author" => "Johnny Broadway & Starbeamrainbowlabs", "description" => "The default parser for Pepperminty Wiki. Based on Johnny Broadway's Slimdown (with more than a few modifications). This parser's features are documented in the help page.", diff --git a/module_index.json b/module_index.json index 673dc4d..19c88f9 100644 --- a/module_index.json +++ b/module_index.json @@ -88,11 +88,11 @@ "lastupdate": 1432719098 }, { - "name": "Deault Parser", + "name": "Default Parser", "version": "0.7", "author": "Johnny Broadway & Starbeamrainbowlabs", "description": "The default parser for Pepperminty Wiki. Based on Johnny Broadway's Slimdown (with more than a few modifications). This parser's features are documented in the help page.", "id": "parser-default", - "lastupdate": 1432718472 + "lastupdate": 1432720270 } ] \ No newline at end of file diff --git a/modules/parser-default.php b/modules/parser-default.php index f05b99c..b904c2a 100644 --- a/modules/parser-default.php +++ b/modules/parser-default.php @@ -1,6 +1,6 @@ "Deault Parser", + "name" => "Default Parser", "version" => "0.7", "author" => "Johnny Broadway & Starbeamrainbowlabs", "description" => "The default parser for Pepperminty Wiki. Based on Johnny Broadway's Slimdown (with more than a few modifications). This parser's features are documented in the help page.",