diff options
| author | kennytm <kennytm@gmail.com> | 2017-10-10 20:08:27 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2017-10-10 22:44:08 +0800 |
| commit | b7a3a144066f01e81ba35fa3b65a77c51be61c3e (patch) | |
| tree | 44acfa36904ed9061ac7708e3440be386572bfda | |
| parent | 3b69c79efcce246d3481b8b7976029632d0a7ee0 (diff) | |
| parent | 9e569d7671339ceaecfde6e0c86f9494cf1f3d04 (diff) | |
| download | rust-b7a3a144066f01e81ba35fa3b65a77c51be61c3e.tar.gz rust-b7a3a144066f01e81ba35fa3b65a77c51be61c3e.zip | |
Rollup merge of #45116 - johnthagen:typo-fix, r=alexcrichton
Fix typos
| -rw-r--r-- | src/bootstrap/README.md | 2 | ||||
| -rwxr-xr-x | src/bootstrap/configure.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md index e543b8c070b..ebacc62b0fd 100644 --- a/src/bootstrap/README.md +++ b/src/bootstrap/README.md @@ -39,7 +39,7 @@ The script accepts commands, flags, and arguments to determine what to do: ``` If files are dirty that would normally be rebuilt from stage 0, that can be - overidden using `--keep-stage 0`. Using `--keep-stage n` will skip all steps + overridden using `--keep-stage 0`. Using `--keep-stage n` will skip all steps that belong to stage n or earlier: ``` diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py index 669a5029302..8e3ee90207f 100755 --- a/src/bootstrap/configure.py +++ b/src/bootstrap/configure.py @@ -346,7 +346,7 @@ for target in configured_targets: targets[target][0] = targets[target][0].replace("x86_64-unknown-linux-gnu", target) # Here we walk through the constructed configuration we have from the parsed -# command line arguemnts. We then apply each piece of configuration by +# command line arguments. We then apply each piece of configuration by # basically just doing a `sed` to change the various configuration line to what # we've got configure. def to_toml(value): |
