aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
authorMichael Stapelberg2010-06-23 15:39:41 +0200
committerPim van den Berg2010-06-24 00:04:15 +0200
commit0233d6582c5d4d54937ca9f7798916054d5d51fd (patch)
tree31425ae358175a778f386cbccef03dd68b5fed5a /plugin
parentuse the same time range for the link to the detail page (diff)
downloadapt-panopticon_cgp-0233d6582c5d4d54937ca9f7798916054d5d51fd.zip
apt-panopticon_cgp-0233d6582c5d4d54937ca9f7798916054d5d51fd.tar.gz
apt-panopticon_cgp-0233d6582c5d4d54937ca9f7798916054d5d51fd.tar.bz2
apt-panopticon_cgp-0233d6582c5d4d54937ca9f7798916054d5d51fd.tar.xz
Fix typo: Celsius instead of Celius
Signed-off-by: Pim van den Berg <pim@nethuis.nl>
Diffstat (limited to 'plugin')
-rw-r--r--plugin/sensors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/sensors.php b/plugin/sensors.php
index 6d5323a..4724492 100644
--- a/plugin/sensors.php
+++ b/plugin/sensors.php
@@ -27,7 +27,7 @@ switch($obj->args['type']) {
27 break; 27 break;
28 case 'temperature': 28 case 'temperature':
29 $obj->rrd_title = sprintf('Temperature (%s)', $obj->args['pinstance']); 29 $obj->rrd_title = sprintf('Temperature (%s)', $obj->args['pinstance']);
30 $obj->rrd_vertical = 'Celius'; 30 $obj->rrd_vertical = 'Celsius';
31 $obj->rrd_format = '%5.1lf%s'; 31 $obj->rrd_format = '%5.1lf%s';
32 break; 32 break;
33 case 'voltage': 33 case 'voltage':