Skip to content

Commit 6667058

Browse files
Rollup merge of #44377 - mathstuf:config.toml-typos, r=alexcrichton
config.toml.example: fix some typos
2 parents 435a5cd + 04cbf6e commit 6667058

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config.toml.example

+5-5
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@
146146
# option to true.
147147
#full-bootstrap = false
148148

149-
# Enable a build of the and extended rust tool set which is not only the
150-
# compiler but also tools such as Cargo. This will also produce "combined
151-
# installers" which are used to install Rust and Cargo together. This is
152-
# disabled by default.
149+
# Enable a build of the extended rust tool set which is not only the compiler
150+
# but also tools such as Cargo. This will also produce "combined installers"
151+
# which are used to install Rust and Cargo together. This is disabled by
152+
# default.
153153
#extended = false
154154

155155
# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
@@ -175,7 +175,7 @@
175175
# script.
176176
#configure-args = []
177177

178-
# Indicates that a local rebuild is ocurring instead of a full bootstrap,
178+
# Indicates that a local rebuild is occurring instead of a full bootstrap,
179179
# essentially skipping stage0 as the local compiler is recompiling itself again.
180180
#local-rebuild = false
181181

0 commit comments

Comments
 (0)