diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-01 02:00:29 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-01 02:00:29 -0400 |
commit | 493696690ae0c52fcd77590b1040b28ebb4cdf77 (patch) | |
tree | 2533d854536a241f60a142dc52a1e26f8e2586e8 /src/TrainerMod | |
parent | 9ab5831eac4ee221f9dcdc645f1b706298426638 (diff) | |
download | SMAPI-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.json | 2 |
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 |