diff options
Diffstat (limited to 'charts.d/example.chart.sh')
-rw-r--r-- | charts.d/example.chart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charts.d/example.chart.sh b/charts.d/example.chart.sh index 86fde4901..ffc98712f 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). |