about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJake Goulding <shepmaster@mac.com>2018-03-27 14:20:44 -0400
committerGitHub <noreply@github.com>2018-03-27 14:20:44 -0400
commita721176ffe50f43867fa891f7ada9fd2e691dd3e (patch)
treeef281de4dbf4ef00393805bafe25a1507e0df81c /src/doc/rustc-dev-guide
parent8c7b06d3cbc78f02ae0c3906f8b8e57c8aeb2daf (diff)
parent76a80349e9a57bcb8487f815ab9b3189d53a6218 (diff)
downloadrust-a721176ffe50f43867fa891f7ada9fd2e691dd3e.tar.gz
rust-a721176ffe50f43867fa891f7ada9fd2e691dd3e.zip
Merge pull request #103 from gavento/patch-2
Fix a typo
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/running.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/running.md b/src/doc/rustc-dev-guide/src/tests/running.md
index 84cead4bf57..4e8c7159032 100644
--- a/src/doc/rustc-dev-guide/src/tests/running.md
+++ b/src/doc/rustc-dev-guide/src/tests/running.md
@@ -13,7 +13,7 @@ a very long time, and anyway bors / travis will do it for you. (Often,
 I will run this command in the background after opening a PR that I
 think is done, but rarely otherwise. -nmatsakis)
 
-The test results are cached and previously successfull tests are
+The test results are cached and previously successful tests are
 `ignored` during testing. The stdout/stderr contents as well as a
 timestamp file for every test can be found under `build/ARCH/test/`.
 To force-rerun a test (e.g. in case the test runner fails to notice