diff options
Diffstat (limited to 'charts.d/sensors.chart.sh')
-rw-r--r-- | charts.d/sensors.chart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charts.d/sensors.chart.sh b/charts.d/sensors.chart.sh index 125c925da..f21248da1 100644 --- a/charts.d/sensors.chart.sh +++ b/charts.d/sensors.chart.sh @@ -234,7 +234,7 @@ sensors_create() { return 0 } -# _update is called continiously, to collect the values +# _update is called continuously, to collect the values sensors_update() { # the first argument to this function is the microseconds since last update # pass this parameter to the BEGIN statement (see bellow). |