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