Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typos found by codespell
  • Loading branch information
cclauss authored Jan 19, 2020
commit 80c95c9d8d998e8d89dbd11607ee1a04fa6be7a4
2 changes: 1 addition & 1 deletion sc2reader/readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ def control_group_update_event(self, data):

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


Expand Down