Skip to content

Commit

Permalink
Fix typo in bootstrap README
Browse files Browse the repository at this point in the history
"boostrap" instead of "bootstrap"
  • Loading branch information
Vogtinator committed Jun 22, 2016
1 parent 3ee3267 commit 03f9dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 03f9dd2

Please sign in to comment.