From c6f4c76089a463049bcefc579d4a8bc3635f151e Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Wed, 21 May 2014 22:10:53 +0200 Subject: plugin: fix typo in temperature type --- plugin/ipmi.json | 2 +- plugin/sensors.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin') diff --git a/plugin/ipmi.json b/plugin/ipmi.json index bd860dd..07caf96 100644 --- a/plugin/ipmi.json +++ b/plugin/ipmi.json @@ -4,7 +4,7 @@ "vertical": "RPM", "legend_format": "%5.1lf" }, - "temerature": { + "temperature": { "title": "Temperature ({{PI}})", "vertical": "Celsius", "legend_format": "%5.1lf%s" diff --git a/plugin/sensors.json b/plugin/sensors.json index bd860dd..07caf96 100644 --- a/plugin/sensors.json +++ b/plugin/sensors.json @@ -4,7 +4,7 @@ "vertical": "RPM", "legend_format": "%5.1lf" }, - "temerature": { + "temperature": { "title": "Temperature ({{PI}})", "vertical": "Celsius", "legend_format": "%5.1lf%s" -- cgit v1.1