summaryrefslogtreecommitdiff
path: root/docs/Sources.md
diff options
context:
space:
mode:
authorWild Kat <wk@futureinquestion.net>2018-03-16 20:31:09 +0100
committerWild Kat <wk@futureinquestion.net>2018-03-16 20:31:09 +0100
commit720facc6f80d2b977d73b944c81c63b6d95e768b (patch)
tree10ad2449edffe3f759bd15d56f31539353a0bdc1 /docs/Sources.md
parentc79be2fab92f9af56b716267f75b4d9437d14e27 (diff)
improve spelling in docs
Diffstat (limited to 'docs/Sources.md')
-rw-r--r--docs/Sources.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Sources.md b/docs/Sources.md
index 5599409..6d8e19e 100644
--- a/docs/Sources.md
+++ b/docs/Sources.md
@@ -2,7 +2,7 @@
## Source: CSV
-One line per device, colon seperated. If `ip` isn't present, a DNS lookup will be done against `name`. For large installations, setting `ip` will dramatically reduce startup time.
+One line per device, colon separated. If `ip` isn't present, a DNS lookup will be done against `name`. For large installations, setting `ip` will dramatically reduce startup time.
```yaml
source:
@@ -105,7 +105,7 @@ source:
## Custom SQL Query Support
-You may also implement a custom SQL query to retreive the nodelist using SQL syntax with the `query:` configuration parameter under the `sql:` stanza.
+You may also implement a custom SQL query to retrieve the nodelist using SQL syntax with the `query:` configuration parameter under the `sql:` stanza.
### Custom SQL Query Examples