spell legacyNamespace correctly

This commit is contained in:
Daniel Schauenberg 2012-11-25 14:30:22 -05:00
Родитель 8f3bfb06db
Коммит dbd0597164
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -321,7 +321,7 @@ possible to change these namespaces in the backend configuration options.
The available configuration options (living under the `graphite` key) are:
```
legacyNamspace: use the legacy namespace [default: true]
legacyNamespace: use the legacy namespace [default: true]
globalPrefix: global prefix to use for sending stats to graphite [default: "stats"]
prefixCounter: graphite prefix for counter metrics [default: "counters"]
prefixTimer: graphite prefix for timer metrics [default: "timers"]

Просмотреть файл

@ -45,7 +45,7 @@ Optional Variables:
level: log level for [node-]syslog [string, default: LOG_INFO]
graphite:
legacyNamspace: use the legacy namespace [default: true]
legacyNamespace: use the legacy namespace [default: true]
globalPrefix: global prefix to use for sending stats to graphite [default: "stats"]
prefixCounter: graphite prefix for counter metrics [default: "counters"]
prefixTimer: graphite prefix for timer metrics [default: "timers"]