Skip to content

Commit 03f9dd2

Browse files
authored
Fix typo in bootstrap README
"boostrap" instead of "bootstrap"
1 parent 3ee3267 commit 03f9dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ compiler. What actually happens when you invoke rustbuild is:
5050
1. The entry point script, `src/bootstrap/bootstrap.py` is run. This script is
5151
responsible for downloading the stage0 compiler/Cargo binaries, and it then
5252
compiles the build system itself (this folder). Finally, it then invokes the
53-
actual `boostrap` binary build system.
53+
actual `bootstrap` binary build system.
5454
2. In Rust, `bootstrap` will slurp up all configuration, perform a number of
5555
sanity checks (compilers exist for example), and then start building the
5656
stage0 artifacts.

0 commit comments

Comments
 (0)