about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-06-25 14:16:20 +0530
committerManish Goregaokar <manishsmail@gmail.com>2016-06-25 18:16:39 +0530
commit1f7a71b2b75bb5a3a610f85cc87ffee030e86d47 (patch)
tree0b7118649feb5e652587507e04d8aba3a2bdfaeb
parent865a32860f0f5fe6525e0706a70fd70a366a8c9f (diff)
parent03f9dd21d6c181195e1ee024c9b8a188d23d5183 (diff)
downloadrust-1f7a71b2b75bb5a3a610f85cc87ffee030e86d47.tar.gz
rust-1f7a71b2b75bb5a3a610f85cc87ffee030e86d47.zip
Rollup merge of #34411 - Vogtinator:patch-1, r=sanxiyn
Fix typo in bootstrap README

"boostrap" instead of "bootstrap"
-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 942f070c82f..57d644d635c 100644
--- a/src/bootstrap/README.md
+++ b/src/bootstrap/README.md
@@ -50,7 +50,7 @@ compiler. What actually happens when you invoke rustbuild is:
 1. The entry point script, `src/bootstrap/bootstrap.py` is run. This script is
    responsible for downloading the stage0 compiler/Cargo binaries, and it then
    compiles the build system itself (this folder). Finally, it then invokes the
-   actual `boostrap` binary build system.
+   actual `bootstrap` binary build system.
 2. In Rust, `bootstrap` will slurp up all configuration, perform a number of
    sanity checks (compilers exist for example), and then start building the
    stage0 artifacts.