@@ -62,7 +62,7 @@ def test_parse_line():
6262
6363def test_parse_labels_correctly ():
6464"""
65- description of what defines a label
65+ Description of what defines a label
6666 https://sourceware.org/binutils/docs/as/Statements.html
6767 https://sourceware.org/binutils/docs/as/Labels.html
6868 """
@@ -168,7 +168,7 @@ def test_assemble_uppercase_opcode():
168168assert not raised
169169
170170
171- def test_assemble_evalulate_expressions ():
171+ def test_assemble_evaluate_expressions ():
172172src_w_expr = """\
173173 .set shft, 2
174174 .set loops, (1 << shft)
@@ -300,7 +300,7 @@ def test_support_multiple_statements_per_line():
300300test_assemble_bss_with_value ()
301301test_assemble_global ()
302302test_assemble_uppercase_opcode ()
303- test_assemble_evalulate_expressions ()
303+ test_assemble_evaluate_expressions ()
304304test_assemble_optional_comment_removal ()
305305test_assemble_test_regressions_from_evaluation ()
306306test_support_multiple_statements_per_line ()