Skip to content

Commit d416eaa

Browse files
authored
Fix typos found by codespell
1 parent e108f4d commit d416eaa

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
@@ -27,7 +27,7 @@
2727

2828
def main():
2929
parser = argparse.ArgumentParser(
30-
description="Recursively parses replay files, inteded for debugging parse issues."
30+
description="Recursively parses replay files, intended for debugging parse issues."
3131
)
3232
parser.add_argument(
3333
"--one_each",

0 commit comments

Comments
 (0)