feture-recent-changes: fix typo

This commit is contained in:
Starbeamrainbowlabs 2021-09-02 23:02:01 +01:00
parent 0ff5ab20ec
commit d977d594e6
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" => "Recent Changes",
"version" => "0.5.1",
"version" => "0.5.2",
"author" => "Starbeamrainbowlabs",
"description" => "Adds recent changes. Access through the 'recent-changes' action.",
"id" => "feature-recent-changes",
@ -101,7 +101,7 @@ register_module([
http_response_code(406);
header("content-type: text/plain");
header("content-length: 42");
exit("Error: That format code wasnot recognised.");
exit("Error: That format code was not recognised.");
}