]> git.lizzy.rs Git - rust.git/commitdiff
Fixes spelling error in COMPILER_TESTS.md
authorRobert T Baldwin <robbaldwin95@gmail.com>
Mon, 20 Nov 2017 02:59:00 +0000 (18:59 -0800)
committerRobert T Baldwin <robbaldwin95@gmail.com>
Mon, 20 Nov 2017 03:05:49 +0000 (19:05 -0800)
src/test/COMPILER_TESTS.md

index 0380454b8278d6b3b187fc587785146738ce1374..0bc29e8b5aa9e3d0b3ead9e3e2f1e64eec05c482 100644 (file)
@@ -106,7 +106,7 @@ result is then compared against reference files named
 those files doesn't exist, the output must be empty. If the test run
 fails, we will print out the current output, but it is also saved in
 `build/<target-triple>/test/ui/hello_world/main.stdout` (this path is
-printed as part of the test failure mesage), so you can run `diff` and
+printed as part of the test failure message), so you can run `diff` and
 so forth.
 
 ### Editing and updating the reference files