Skip to content

Commit 80c95c9

Browse files
authored
Fix typos found by codespell
1 parent 0c33984 commit 80c95c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/readers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ def control_group_update_event(self, data):
10741074

10751075
def decrement_game_time_remaining_event(self, data):
10761076
# really this should be set to 19, and a new GameEventsReader_41743 should be introduced that specifies 32 bits.
1077-
# but I dont care about ability to read old replays.
1077+
# but I don't care about ability to read old replays.
10781078
return dict(decrement_ms=data.read_bits(32))
10791079

10801080

0 commit comments

Comments
 (0)