--- a/GameStyles.wiki Sat Oct 12 16:27:19 2019 +0100
+++ b/GameStyles.wiki Sat Oct 12 16:27:37 2019 +0100
@@ -26,7 +26,7 @@
* In `onGameInit`, you can read the scheme settings and also change them. You can overwrite pretty much all scheme settings here.
* In `onParameters`, you can parse the script parameter (which is also specified by the player in the game scheme).
- * The functions `AddHog`, `AddMissionHog, `AddTeam` and `AddMissionTeam` are pointless here. Teams are chosen by the players, hogs are placed by the engine
+ * The functions `AddHog`, `AddMissionHog`, `AddTeam` and `AddMissionTeam` are pointless here. Teams are chosen by the players, hogs are placed by the engine
* Campaign variables and mission variables are pointless here.
== Config file format ==