Skip to content

Commit 8130c5d

Browse files
authored
Fix typos found by codespell
1 parent 6c5687b commit 8130c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sc2reader/engine/plugins/creeptracker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def __init__(self, replay):
117117
self.creep_spread_image_by_minute = dict()
118118
## This list contains all the active cgus in every time frame
119119
self.creep_gen_units = dict()
120-
## Thist list corresponds to creep_gen_units storing the time of each CGU
120+
## This list corresponds to creep_gen_units storing the time of each CGU
121121
self.creep_gen_units_times = dict()
122122
## convert all possible cgu radii into a sets of coordinates centred around the origin,
123123
## in order to use this with the CGUs, the centre point will be
@@ -168,7 +168,7 @@ def radius_to_map_positions(self, radius):
168168
## this function converts all radius into map coordinates
169169
## centred around the origin that the creep can exist
170170
## the cgu_radius_to_map_position function will simply
171-
## substract every coordinate with the centre point of the tumour
171+
## subtract every coordinate with the centre point of the tumour
172172
output_coordinates = list()
173173
# Sample a square area using the radius
174174
for x in range(-radius, radius):

0 commit comments

Comments
 (0)