codespell: minor spelling corrections

Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
This commit is contained in:
Dmitry Smirnov
2016-03-16 05:28:31 +11:00
parent 8f3bffe98a
commit 2e755cd7e8
9 changed files with 11 additions and 11 deletions

View File

@@ -321,12 +321,12 @@ documentation [here](/docs/drivers/index.html)
* `consul.verifyssl`: This option enables SSL verification when the transport
scheme for the Consul API client is `https`. This is set to true by default.
* `driver.whitelist`: A comma seperated list of whitelisted drivers (e.g.
* `driver.whitelist`: A comma separated list of whitelisted drivers (e.g.
"docker,qemu"). If specified, drivers not in the whitelist will be disabled.
If the whitelist is empty, all drivers are fingerprinted and enabled where
applicable.
* `fingerprint.whitelist`: A comma seperated list of whitelisted fingerprinters.
* `fingerprint.whitelist`: A comma separated list of whitelisted fingerprinters.
If specified, fingerprinters not in the whitelist will be disabled. If the
whitelist is empty, all fingerprinters are used.