about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2017-11-21 03:14:44 +0800
committerGitHub <noreply@github.com>2017-11-21 03:14:44 +0800
commitac92ea582fbc81c1c6029565cdf60b8ce0853d59 (patch)
tree9bf6e3bf77e45450ac5a7e16edd31c2a15b33ffb
parentfe2ec734bb4143182d009bca2776b26ddb8157ac (diff)
parent0f29e7103d0a5538ea87b57c3a5229ef119d5a33 (diff)
downloadrust-ac92ea582fbc81c1c6029565cdf60b8ce0853d59.tar.gz
rust-ac92ea582fbc81c1c6029565cdf60b8ce0853d59.zip
Rollup merge of #46107 - nyanzebra:develop, r=kennytm
Fixes spelling error in COMPILER_TESTS.md

Fixes a small spelling mistake :P
-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