From 3b89b4acf0488d70ac0d26a85e8f36722ddc367b Mon Sep 17 00:00:00 2001 From: Guillermo Pascual Date: Wed, 15 Jan 2014 17:10:44 +0100 Subject: [PATCH] Fix Typo. indivdually -> individually --- exampleConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleConfig.js b/exampleConfig.js index a5406c3..527cc5a 100644 --- a/exampleConfig.js +++ b/exampleConfig.js @@ -45,7 +45,7 @@ Optional Variables: log: location of log file for frequent keys [default: STDOUT] deleteIdleStats: don't send values to graphite for inactive counters, sets, gauges, or timeers as opposed to sending 0. For gauges, this unsets the gauge (instead of sending - the previous value). Can be indivdually overriden. [default: false] + the previous value). Can be individually overriden. [default: false] deleteGauges : don't send values to graphite for inactive gauges, as opposed to sending the previous value [default: false] deleteTimers: don't send values to graphite for inactive timers, as opposed to sending 0 [default: false] deleteSets: don't send values to graphite for inactive sets, as opposed to sending 0 [default: false]