]> git.lizzy.rs Git - rust.git/commitdiff
s/THRADS/THREADS/
authorAndrew Paseltiner <apaseltiner@gmail.com>
Sun, 29 Mar 2015 21:22:21 +0000 (17:22 -0400)
committerAndrew Paseltiner <apaseltiner@gmail.com>
Sun, 29 Mar 2015 21:22:21 +0000 (17:22 -0400)
src/libtest/lib.rs

index 8df91c90768fcb2eed8de7911801b38dae3d6719..ee0d190d729eb30f9ab1445368a64ea596733a48 100644 (file)
@@ -340,7 +340,7 @@ fn usage(binary: &str) {
 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