diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index d2f7bfc886..12ecf6178f 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -235,7 +235,7 @@ class altq_root_queue {
var $link;
var $available_bw; /* in b/s */
- /* Accesor functions */
+ /* Accessor functions */
function GetAvailableBandwidth() {
return $this->available_bw;
}
@@ -778,7 +778,7 @@ class priq_queue {
/* This is here to help with form building and building rules/lists */
var $subqueues = array();
- /* Accesor functions */
+ /* Accessor functions */
function GetAvailableBandwidth() {
return $this->available_bw;
}
diff --git a/usr/local/www/services_ntpd.php b/usr/local/www/services_ntpd.php
index 88b38fa263..88d3f200bb 100644
--- a/usr/local/www/services_ntpd.php
+++ b/usr/local/www/services_ntpd.php
@@ -348,7 +348,7 @@ include("head.inc");
" /> - =gettext("Show statistics logging options");?>
-
+
/>
@@ -397,7 +397,7 @@ include("head.inc");
" /> - =gettext("Show Leap second configuration");?>
-
+
diff --git a/usr/local/www/widgets/include/thermal_sensors.inc b/usr/local/www/widgets/include/thermal_sensors.inc
index e193b15e63..a27b1eb04b 100644
--- a/usr/local/www/widgets/include/thermal_sensors.inc
+++ b/usr/local/www/widgets/include/thermal_sensors.inc
@@ -1,13 +1,12 @@
> 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 edc9990b4c..f244296249 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: