Skip to content

Commit 6c5687b

Browse files
authored
Fix typos found by codespell
1 parent 3b4a88c commit 6c5687b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/engine/plugins/supply.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def remove_from_units_alive(self, event, replay):
8787
)
8888

8989
def handleInitGame(self, event, replay):
90-
## This dictionary contains te supply of every unit
90+
## This dictionary contains the supply of every unit
9191
self.unit_name_to_supply = {
9292
# Zerg
9393
"Drone": (1, 17),

0 commit comments

Comments
 (0)