From 1d56cd45d534efe44d112fc3c3786a30dc07a1c7 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 8 Jul 2020 07:27:22 +0200 Subject: [PATCH 1/2] Typo: augment found by Codespell --- docs/source/articles/conceptsinsc2reader.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/articles/conceptsinsc2reader.rst b/docs/source/articles/conceptsinsc2reader.rst index d4467029..8a83704a 100644 --- a/docs/source/articles/conceptsinsc2reader.rst +++ b/docs/source/articles/conceptsinsc2reader.rst @@ -55,7 +55,7 @@ Many attributes in sc2reader are prefixed with ``game_`` and ``real_``. Game ref GameEngine ---------------- -The game engine is used to process replay events and augument the replay with new statistics and game state. It implements a plugin system that allows developers +The game engine is used to process replay events and augment the replay with new statistics and game state. It implements a plugin system that allows developers to inject their own logic into the game loop. It also allows plugins to ``yield`` new events to the event stream. This allows for basic message passing between plugins. From f0b22eccc97cada64119f939bd870127efe0538e Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 8 Jul 2020 07:58:40 +0200 Subject: [PATCH 2/2] Update CONTRIBUTORS.txt --- CONTRIBUTORS.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index aea5dd40..76299e88 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -13,5 +13,6 @@ Contributors: Kevin Leung - @StoicLoofah on github Daniele Zannotti (Durrza) Mike Anderson + Christian Clauss - @cclauss on github Special thanks to ggtracker, inc (ggtracker.com) for sponsoring sc2reader's continued development.