diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b84fbb7d4..0ff2c4e1e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.0.1 [unreleased] + +### Bugfixes + +- [#7271](https://github.com/influxdata/influxdb/issues/7271): Fixing typo within example configuration file. Thanks @andyfeller! + ## v1.0.0 [2016-09-07] ### Release Notes diff --git a/etc/config.sample.toml b/etc/config.sample.toml index 8bda42ae3d..b99d0ae478 100644 --- a/etc/config.sample.toml +++ b/etc/config.sample.toml @@ -174,13 +174,13 @@ reporting-disabled = false realm = "InfluxDB" ### -### [subsciber] +### [subscriber] ### ### Controls the subscriptions, which can be used to fork a copy of all data ### received by the InfluxDB host. ### -[subsciber] +[subscriber] enabled = true http-timeout = "30s"