about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-02-07 03:23:29 +0800
committerGitHub <noreply@github.com>2018-02-07 03:23:29 +0800
commitd0e7da48fa694a6caa3a134c7faaa9facb1fc558 (patch)
treed3aaaab088ef05a0f11e87f3c3ecaaa1eea8f3a3
parentccdb320c683aae861767c350bac68557c2a364e7 (diff)
parent8d8ba812d01d1284c8bdaa728df4deae865fd1d6 (diff)
downloadrust-d0e7da48fa694a6caa3a134c7faaa9facb1fc558.tar.gz
rust-d0e7da48fa694a6caa3a134c7faaa9facb1fc558.zip
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
-rw-r--r--config.toml.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.toml.example b/config.toml.example
index 75cab74258b..c2ec731eeb8 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -295,7 +295,7 @@
 
 # Flag indicating whether git info will be retrieved from .git automatically.
 # Having the git information can cause a lot of rebuilds during development.
-# Note: If this attribute is not explicity set (e.g. if left commented out) it
+# Note: If this attribute is not explicitly set (e.g. if left commented out) it
 # will default to true if channel = "dev", but will default to false otherwise.
 #ignore-git = true
 
@@ -317,8 +317,8 @@
 # bootstrap)
 #codegen-backends = ["llvm"]
 
-# Flag indicating whether `libstd` calls an imported function to hande basic IO
-# when targetting WebAssembly. Enable this to debug tests for the `wasm32-unknown-unknown`
+# Flag indicating whether `libstd` calls an imported function to handle basic IO
+# when targeting WebAssembly. Enable this to debug tests for the `wasm32-unknown-unknown`
 # target, as without this option the test output will not be captured.
 #wasm-syscall = false
 
@@ -349,7 +349,7 @@
 #linker = "cc"
 
 # Path to the `llvm-config` binary of the installation of a custom LLVM to link
-# against. Note that if this is specifed we don't compile LLVM at all for this
+# against. Note that if this is specified we don't compile LLVM at all for this
 # target.
 #llvm-config = "../path/to/llvm/root/bin/llvm-config"