Skip to content

Commit b7a3a14

Browse files
committed
Rollup merge of #45116 - johnthagen:typo-fix, r=alexcrichton
Fix typos
2 parents 3b69c79 + 9e569d7 commit b7a3a14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/bootstrap/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The script accepts commands, flags, and arguments to determine what to do:
3939
```
4040

4141
If files are dirty that would normally be rebuilt from stage 0, that can be
42-
overidden using `--keep-stage 0`. Using `--keep-stage n` will skip all steps
42+
overridden using `--keep-stage 0`. Using `--keep-stage n` will skip all steps
4343
that belong to stage n or earlier:
4444

4545
```

Diff for: src/bootstrap/configure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def set(key, value):
346346
targets[target][0] = targets[target][0].replace("x86_64-unknown-linux-gnu", target)
347347

348348
# Here we walk through the constructed configuration we have from the parsed
349-
# command line arguemnts. We then apply each piece of configuration by
349+
# command line arguments. We then apply each piece of configuration by
350350
# basically just doing a `sed` to change the various configuration line to what
351351
# we've got configure.
352352
def to_toml(value):

0 commit comments

Comments
 (0)