From 0233d6582c5d4d54937ca9f7798916054d5d51fd Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 23 Jun 2010 15:39:41 +0200 Subject: Fix typo: Celsius instead of Celius Signed-off-by: Pim van den Berg --- plugin/sensors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/sensors.php') 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']) { break; case 'temperature': $obj->rrd_title = sprintf('Temperature (%s)', $obj->args['pinstance']); - $obj->rrd_vertical = 'Celius'; + $obj->rrd_vertical = 'Celsius'; $obj->rrd_format = '%5.1lf%s'; break; case 'voltage': -- cgit v1.1