Skip to content

Commit 5a526f8

Browse files
authored
Fix typos found by codespell
1 parent 605d068 commit 5a526f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/scripts/sc2replayer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def getch():
3131

3232
except ImportError as e:
3333
try:
34-
# Opps, we might be on windows, try this one
34+
# Oops, we might be on windows, try this one
3535
from msvcrt import getch
3636
except ImportError as e:
3737
# We can't make getch happen, just dump events to the screen

0 commit comments

Comments
 (0)