Skip to content

Commit 605d068

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/scripts/sc2attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def main():
5050
global decisions
5151

5252
parser = argparse.ArgumentParser(
53-
description="Recursively parses replay files, inteded for debugging parse issues."
53+
description="Recursively parses replay files, intended for debugging parse issues."
5454
)
5555
parser.add_argument(
5656
"folders", metavar="folder", type=str, nargs="+", help="Path to a folder"

0 commit comments

Comments
 (0)