Skip to content

Commit 7fead05

Browse files
committed
spelling in english now
1 parent 492f5b6 commit 7fead05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/scripts/sc2parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def main():
4343
replay = sc2reader.load_replay(path, debug=True, load_level=1)
4444
if not args.one_each or replay.is_ladder:
4545
replay = sc2reader.load_replay(path, debug=True)
46-
print 'No problems wtih {build} - {real_type} on {map_name} - Played {start_time}'.format(**replay.__dict__)
46+
print 'No problems with {build} - {real_type} on {map_name} - Played {start_time}'.format(**replay.__dict__)
4747
except sc2reader.exceptions.ReadError as e:
4848
if args.ladder_only and not e.replay.is_ladder: continue
4949

0 commit comments

Comments
 (0)