diff --git a/pyasm/asm_tests/README.rst b/pyasm/asm_tests/README.rst index 5c29d6c..12928c3 100755 --- a/pyasm/asm_tests/README.rst +++ b/pyasm/asm_tests/README.rst @@ -35,7 +35,7 @@ exist in the file. Here the test comments are: which tells **test_harness** to check that the PTP file generated by the assembler does load *004001* at address *0100*, etc. -Test coments may appear anywhere in a test file, and are executed in the order +Test comments may appear anywhere in a test file, and are executed in the order they appear in the file. test_harness Usage @@ -57,5 +57,5 @@ test_harness Usage The future ========== -The test coments will change to be much more flexible. Follow the design +The test comments will change to be much more flexible. Follow the design discussion in `issue #7 `_.