feature-cli: fix typo

This commit is contained in:
Starbeamrainbowlabs 2021-06-10 20:11:53 +01:00
parent 351b24eb48
commit 0c9934038c
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
register_module([
"name" => "Command-line interface",
"version" => "0.1.1",
"version" => "0.1.2",
"author" => "Starbeamrainbowlabs",
"description" => "Allows interaction with Pepperminty Wiki on the command line.",
"id" => "feature-cli",
@ -63,7 +63,7 @@ function ensure_cli() {
header("content-type: text/plain");
exit("Oops! Somewhere along the way Pepperminty Wiki's command-line interface was invoked by accident.
This is unfortunately an unrecoverable fatal error. Please get in touch with $settings->admindetails_name, $settings->sitename's administrator (their email address si $settings->admindetails_email).
This is unfortunately an unrecoverable fatal error. Please get in touch with $settings->admindetails_name, $settings->sitename's administrator (their email address is $settings->admindetails_email).
");
}