about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert T Baldwin <robbaldwin95@gmail.com>2017-11-19 18:59:00 -0800
committerRobert T Baldwin <robbaldwin95@gmail.com>2017-11-19 19:05:49 -0800
commit0f29e7103d0a5538ea87b57c3a5229ef119d5a33 (patch)
tree6eaf62a1c7a7f7feba72eae8a9395361f0217648
parentf50fd075c2555d8511ccee8a7fe7aee3f2c45e14 (diff)
downloadrust-0f29e7103d0a5538ea87b57c3a5229ef119d5a33.tar.gz
rust-0f29e7103d0a5538ea87b57c3a5229ef119d5a33.zip
Fixes spelling error in COMPILER_TESTS.md
-rw-r--r--src/test/COMPILER_TESTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/COMPILER_TESTS.md b/src/test/COMPILER_TESTS.md
index 0380454b827..0bc29e8b5aa 100644
--- a/src/test/COMPILER_TESTS.md
+++ b/src/test/COMPILER_TESTS.md
@@ -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