From 493696690ae0c52fcd77590b1040b28ebb4cdf77 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 1 Nov 2016 02:00:29 -0400 Subject: fix spelling of 'Authour' manifest field with backwards compatibility (#158) --- src/TrainerMod/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TrainerMod') 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 -- cgit