Skip to content

Commit f05344d

Browse files
authored
Merge pull request #119 from cclauss/patch-2
Typo: augment found by Codespell
2 parents c0bf9a9 + f0b22ec commit f05344d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ Contributors:
1313
Kevin Leung - @StoicLoofah on github
1414
Daniele Zannotti (Durrza)
1515
Mike Anderson
16+
Christian Clauss - @cclauss on github
1617

1718
Special thanks to ggtracker, inc (ggtracker.com) for sponsoring sc2reader's continued development.

docs/source/articles/conceptsinsc2reader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Many attributes in sc2reader are prefixed with ``game_`` and ``real_``. Game ref
5555
GameEngine
5656
----------------
5757

58-
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
58+
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
5959
to inject their own logic into the game loop. It also allows plugins to ``yield`` new
6060
events to the event stream. This allows for basic message passing between plugins.
6161

0 commit comments

Comments
 (0)