about summary refs log tree commit diff
diff options
context:
space:
mode:
authorjohnthagen <johnthagen@gmail.com>2017-10-08 19:15:17 -0400
committerjohnthagen <johnthagen@gmail.com>2017-10-08 19:15:17 -0400
commit9e569d7671339ceaecfde6e0c86f9494cf1f3d04 (patch)
tree2e26735c6c9f25593cd3e947cffb296ced77e808
parent1c4add9c7cebc1220cb3c05da88b11830bb16ecd (diff)
downloadrust-9e569d7671339ceaecfde6e0c86f9494cf1f3d04.tar.gz
rust-9e569d7671339ceaecfde6e0c86f9494cf1f3d04.zip
Fix typo in README
-rw-r--r--src/bootstrap/README.md2
1 files changed, 1 insertions, 1 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:
 
   ```