summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-04-04 23:08:16 +0545
committerPhil Davis <phil.davis@inf.org>2015-04-04 23:08:16 +0545
commitd6fa899dfb47fa54a69003b552e284ae6e42c2cb (patch)
tree2aa4eae5ebc88204bbc3908d9aaf48897a814f6a /usr/local/www/widgets
parent5e8e558c41d93783bc267551c3fdae57fdbf3f1b (diff)
downloadpfsense-d6fa899dfb47fa54a69003b552e284ae6e42c2cb.zip
pfsense-d6fa899dfb47fa54a69003b552e284ae6e42c2cb.tar.gz
Few minor text typos
Note that advertise is spelt with an "s" in other places in the GUI, so making it consistent in services_ntpd - but maybe Americans do spell it "advertize" these days?
Diffstat (limited to 'usr/local/www/widgets')
-rw-r--r--usr/local/www/widgets/include/thermal_sensors.inc7
-rw-r--r--usr/local/www/widgets/javascript/thermal_sensors.js2
2 files changed, 4 insertions, 5 deletions
diff --git a/usr/local/www/widgets/include/thermal_sensors.inc b/usr/local/www/widgets/include/thermal_sensors.inc
index e193b15..a27b1eb 100644
--- a/usr/local/www/widgets/include/thermal_sensors.inc
+++ b/usr/local/www/widgets/include/thermal_sensors.inc
@@ -1,13 +1,12 @@
<?php
/*
$Id: thermal_sensors.inc
- File location:
+ File location:
\usr\local\www\widgets\include\
Used by:
\usr\local\www\widgets\widgets\thermal_sensors.widget.php
-
*/
//set variable for custom title
@@ -16,12 +15,12 @@ $thermal_sensors_widget_title = "Thermal Sensors";
//returns core temp data (from coretemp.ko or amdtemp.ko driver) as "|"-delimited string.
-//NOTE: depends on proper cofing in System >> Advanced >> Miscellaneous tab >> Thermal Sensors section.
+//NOTE: depends on proper config in System >> Advanced >> Miscellaneous tab >> Thermal Sensors section.
function getThermalSensorsData() {
$_gb = exec("/sbin/sysctl -a | grep temperature", $dfout);
$thermalSensorsData = join("|", $dfout);
return $thermalSensorsData;
-
+
}
?>
diff --git a/usr/local/www/widgets/javascript/thermal_sensors.js b/usr/local/www/widgets/javascript/thermal_sensors.js
index edc9990..f244296 100644
--- a/usr/local/www/widgets/javascript/thermal_sensors.js
+++ b/usr/local/www/widgets/javascript/thermal_sensors.js
@@ -2,7 +2,7 @@
$Id: thermal_sensors.js
Description:
Javascript functions to get and show thermal sensors data in thermal_sensors.widget.php.
- NOTE: depends on proper cofing in System >> Advanced >> Miscellaneous tab >> Thermal Sensors section.
+ NOTE: depends on proper config in System >> Advanced >> Miscellaneous tab >> Thermal Sensors section.
File location:
\usr\local\www\widgets\javascript\
Used by:
OpenPOWER on IntegriCloud