Skip to content

Commit 9cb0001

Browse files
Spelling
1 parent 6e5e7e8 commit 9cb0001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/mfc/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def parse(config):
1717
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
1818
)
1919

20-
# Here are all of the parser arguments that call fuctions in other python files
20+
# Here are all of the parser arguments that call functions in other python files
2121
parsers = parser.add_subparsers(dest="command")
2222
run = parsers.add_parser(name="run", help="Run a case with MFC.", formatter_class=argparse.ArgumentDefaultsHelpFormatter)
2323
test = parsers.add_parser(name="test", help="Run MFC's test suite.", formatter_class=argparse.ArgumentDefaultsHelpFormatter)

0 commit comments

Comments
 (0)