Skip to content

Commit d0e7da4

Browse files
authored
Rollup merge of #48031 - matthiaskrgr:exampleconfigtoml_typos, r=kennytm
config.toml.example: fix typos. Most of them were found by codespell: https://github.com/lucasdemarchi/codespell
2 parents ccdb320 + 8d8ba81 commit d0e7da4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.toml.example

+4-4
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295

296296
# Flag indicating whether git info will be retrieved from .git automatically.
297297
# Having the git information can cause a lot of rebuilds during development.
298-
# Note: If this attribute is not explicity set (e.g. if left commented out) it
298+
# Note: If this attribute is not explicitly set (e.g. if left commented out) it
299299
# will default to true if channel = "dev", but will default to false otherwise.
300300
#ignore-git = true
301301

@@ -317,8 +317,8 @@
317317
# bootstrap)
318318
#codegen-backends = ["llvm"]
319319

320-
# Flag indicating whether `libstd` calls an imported function to hande basic IO
321-
# when targetting WebAssembly. Enable this to debug tests for the `wasm32-unknown-unknown`
320+
# Flag indicating whether `libstd` calls an imported function to handle basic IO
321+
# when targeting WebAssembly. Enable this to debug tests for the `wasm32-unknown-unknown`
322322
# target, as without this option the test output will not be captured.
323323
#wasm-syscall = false
324324

@@ -349,7 +349,7 @@
349349
#linker = "cc"
350350

351351
# Path to the `llvm-config` binary of the installation of a custom LLVM to link
352-
# against. Note that if this is specifed we don't compile LLVM at all for this
352+
# against. Note that if this is specified we don't compile LLVM at all for this
353353
# target.
354354
#llvm-config = "../path/to/llvm/root/bin/llvm-config"
355355

0 commit comments

Comments
 (0)