summaryrefslogtreecommitdiff
path: root/src/TrainerMod
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2016-11-01 02:00:29 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2016-11-01 02:00:29 -0400
commit493696690ae0c52fcd77590b1040b28ebb4cdf77 (patch)
tree2533d854536a241f60a142dc52a1e26f8e2586e8 /src/TrainerMod
parent9ab5831eac4ee221f9dcdc645f1b706298426638 (diff)
downloadSMAPI-493696690ae0c52fcd77590b1040b28ebb4cdf77.tar.gz
SMAPI-493696690ae0c52fcd77590b1040b28ebb4cdf77.tar.bz2
SMAPI-493696690ae0c52fcd77590b1040b28ebb4cdf77.zip
fix spelling of 'Authour' manifest field with backwards compatibility (#158)
Diffstat (limited to 'src/TrainerMod')
-rw-r--r--src/TrainerMod/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TrainerMod/manifest.json b/src/TrainerMod/manifest.json
index 0fb9fa65..6e3d1bbe 100644
--- a/src/TrainerMod/manifest.json
+++ b/src/TrainerMod/manifest.json
@@ -1,6 +1,6 @@
{
"Name": "Trainer Mod",
- "Authour": "Zoryn",
+ "Author": "Zoryn",
"Description": "Registers several commands to use. Most commands are trainer-like in that they offer forms of cheating.",
"EntryDll": "TrainerMod.dll"
} \ No newline at end of file