about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAndrew Paseltiner <apaseltiner@gmail.com>2015-03-29 17:22:21 -0400
committerAndrew Paseltiner <apaseltiner@gmail.com>2015-03-29 17:22:21 -0400
commitbf9c27d8857fc532b56fb211ec1df629f8dc68dd (patch)
tree44a07246bf3fc00af659d7447d291486dd6de4f3 /src
parentc5370be36ec6601c4a816f0341d1acd81e08d345 (diff)
downloadrust-bf9c27d8857fc532b56fb211ec1df629f8dc68dd.tar.gz
rust-bf9c27d8857fc532b56fb211ec1df629f8dc68dd.zip
s/THRADS/THREADS/
Diffstat (limited to 'src')
-rw-r--r--src/libtest/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs
index 8df91c90768..ee0d190d729 100644
--- a/src/libtest/lib.rs
+++ b/src/libtest/lib.rs
@@ -340,7 +340,7 @@ The FILTER regex is tested against the name of all tests to run, and
 only those tests that match are run.
 
 By default, all tests are run in parallel. This can be altered with the
-RUST_TEST_THRADS environment variable when running tests (set it to 1).
+RUST_TEST_THREADS environment variable when running tests (set it to 1).
 
 All tests have their standard output and standard error captured by default.
 This can be overridden with the --nocapture flag or the RUST_TEST_NOCAPTURE=1