diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-02-18 13:21:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-18 13:21:01 +0100 |
| commit | af140ecdbc64251d7f536411c84e0d398a3d6631 (patch) | |
| tree | 2ae36927d157f2cfdc7df90e7b01c88f3ac073aa /src/bootstrap | |
| parent | b7791b0c7eb4eef607ca222404e1d0d69c352a21 (diff) | |
| parent | 4452446292086d9c92ea709eea61a31cedb55e22 (diff) | |
| download | rust-af140ecdbc64251d7f536411c84e0d398a3d6631.tar.gz rust-af140ecdbc64251d7f536411c84e0d398a3d6631.zip | |
Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor
fix more typos found by codespell.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index c969f102471..bd8c36a296c 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -935,7 +935,7 @@ impl Step for Compiletest { } } if suite == "run-make" && !build.config.llvm_enabled { - println!("Ignoring run-make test suite as they generally dont work without LLVM"); + println!("Ignoring run-make test suite as they generally don't work without LLVM"); return; } |
