summaryrefslogtreecommitdiffstats
path: root/charts.d/cpufreq.chart.sh
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2017-12-19 23:39:21 +0000
committerFederico Ceratto <federico.ceratto@gmail.com>2017-12-19 23:39:21 +0000
commit61aedf201c2c4bf0e5aa4db32e74f4d860b88593 (patch)
treebcf4f9a0cd8bc2daf38b2ff9f29bfcc1e5ed8968 /charts.d/cpufreq.chart.sh
parentNew upstream version 1.8.0+dfsg (diff)
downloadnetdata-34dce83fb12ddcccdb106b8f88f3f3f3793e9c3f.tar.xz
netdata-34dce83fb12ddcccdb106b8f88f3f3f3793e9c3f.zip
New upstream version 1.9.0+dfsgupstream/1.9.0+dfsg
Diffstat (limited to 'charts.d/cpufreq.chart.sh')
-rw-r--r--charts.d/cpufreq.chart.sh2
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).