Corrected typo in constructor for TemplateGame
@@ -13,7 +13,7 @@ class TemplateGame: public Game
public:
/**
- * Constructror.
+ * Constructor.
*/
TemplateGame();