Fix typo of 'quorom' to 'quorum' when specifying write consistency. (#1618)

This commit is contained in:
Ross McDonald
2016-08-10 11:51:21 -05:00
committed by Cameron Sparr
parent c0e895c3a7
commit 69e4e862a3
3 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@
## Retention policy to write to. Empty string writes to the default rp.
retention_policy = ""
## Write consistency (clusters only), can be: "any", "one", "quorom", "all"
## Write consistency (clusters only), can be: "any", "one", "quorum", "all"
write_consistency = "any"
## Write timeout (for the InfluxDB client), formatted as a string.