summaryrefslogtreecommitdiffstats
path: root/charts.d/example.chart.sh
diff options
context:
space:
mode:
authorRuben Sainiuc <ruben.sainiuc@gmail.com>2017-11-16 09:43:52 +0200
committerRuben Sainiuc <ruben.sainiuc@gmail.com>2017-11-16 09:43:52 +0200
commit149ff9eee20635368a632576d74114894a8735ba (patch)
tree0bbc8549236d8f25a77b4f74bb0a24ce21f876a6 /charts.d/example.chart.sh
parentfb78a3f099cc73de79c5e5aedc56036b9ec63ef8 (diff)
Fix typo
Diffstat (limited to 'charts.d/example.chart.sh')
-rw-r--r--charts.d/example.chart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts.d/example.chart.sh b/charts.d/example.chart.sh
index 86fde49013..ffc98712ff 100644
--- a/charts.d/example.chart.sh
+++ b/charts.d/example.chart.sh
@@ -96,7 +96,7 @@ EOF
return 0
}
-# _update is called continiously, to collect the values
+# _update is called continuously, to collect the values
example_update() {
# the first argument to this function is the microseconds since last update
# pass this parameter to the BEGIN statement (see bellow).