s/THRADS/THREADS/

This commit is contained in:
Andrew Paseltiner 2015-03-29 17:22:21 -04:00
parent c5370be36e
commit bf9c27d885

View 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