Skip to content

Commit 501837f

Browse files
authored
Rollup merge of #145426 - AMS21:fix_typos_bootstrap_example, r=lqd
Fix typos in bootstrap.example.toml Founds these small typos while looking around. `equivelent` -> `equivalent` `recommeded` -> `recommended` cheers :)
2 parents 82c6ad3 + cda2114 commit 501837f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap.example.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# a custom configuration file can also be specified with `--config` to the build
1010
# system.
1111
#
12-
# Note that the following are equivelent, for more details see <https://toml.io/en/v1.0.0>.
12+
# Note that the following are equivalent, for more details see <https://toml.io/en/v1.0.0>.
1313
#
1414
# build.verbose = 1
1515
#
@@ -482,7 +482,7 @@
482482
# Use `--extra-checks=''` to temporarily disable all extra checks.
483483
#
484484
# Automatically enabled in the "tools" profile.
485-
# Set to the empty string to force disable (recommeded for hdd systems).
485+
# Set to the empty string to force disable (recommended for hdd systems).
486486
#build.tidy-extra-checks = ""
487487

488488
# Indicates whether ccache is used when building certain artifacts (e.g. LLVM).

0 commit comments

Comments
 (0)