Rollup merge of #134973 - ericlehong:fix-typo, r=GuillaumeGomez
Fix typos This PR fixes typos errors in comments and docs. Thank you very much.
This commit is contained in:
commit
92f56fc150
6 changed files with 7 additions and 7 deletions
|
|
@ -584,7 +584,7 @@ install_components() {
|
|||
# HACK: Try to support overriding --docdir. Paths with the form
|
||||
# "share/doc/$product/" can be redirected to a single --docdir
|
||||
# path. If the following detects that --docdir has been specified
|
||||
# then it will replace everything preceeding the "$product" path
|
||||
# then it will replace everything preceding the "$product" path
|
||||
# component. The problem here is that the combined rust installer
|
||||
# contains two "products": rust and cargo; so the contents of those
|
||||
# directories will both be dumped into the same directory; and the
|
||||
|
|
|
|||
|
|
@ -214,7 +214,7 @@ const EXCEPTIONS_BOOTSTRAP: ExceptionList = &[
|
|||
];
|
||||
|
||||
const EXCEPTIONS_UEFI_QEMU_TEST: ExceptionList = &[
|
||||
("r-efi", "MIT OR Apache-2.0 OR LGPL-2.1-or-later"), // LGPL is not acceptible, but we use it under MIT OR Apache-2.0
|
||||
("r-efi", "MIT OR Apache-2.0 OR LGPL-2.1-or-later"), // LGPL is not acceptable, but we use it under MIT OR Apache-2.0
|
||||
];
|
||||
|
||||
/// Placeholder for non-standard license file.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
//! Optional checks for file types other than Rust source
|
||||
//!
|
||||
//! Handles python tool version managment via a virtual environment in
|
||||
//! Handles python tool version management via a virtual environment in
|
||||
//! `build/venv`.
|
||||
//!
|
||||
//! # Functional outline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue