From 1114eeb13358c4d99036a549ef841403fa29e9b6 Mon Sep 17 00:00:00 2001 From: spjspj Date: Sun, 16 Oct 2016 22:05:13 +1100 Subject: [PATCH] spjspj - Do a count for supertypes and subtypes of all implemented cards. --- Utils/gen_types_list.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/gen_types_list.pl b/Utils/gen_types_list.pl index d94beeca69..c85d86a94c 100644 --- a/Utils/gen_types_list.pl +++ b/Utils/gen_types_list.pl @@ -4,7 +4,7 @@ # File: gen_types_list.pl # Author: spjspj # Purpose: To open all card java files and count all subtypes/supertypes -# Purpose: Ones with unique splleings (sic.) are possibly incorrect! +# Purpose: Ones with unique spellings are possibly incorrect! ## use strict;