summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-06-01 16:57:23 +0930
committerPhil Davis <phil.davis@inf.org>2016-06-01 16:57:23 +0930
commite6367325a817042326464c945b957d67506b2190 (patch)
tree86413e60eafcf080da79da434310fe898e995c07 /src/usr/local/www
parent1464554932197a04cb35702196d3b2407956e618 (diff)
downloadpfsense-e6367325a817042326464c945b957d67506b2190.zip
pfsense-e6367325a817042326464c945b957d67506b2190.tar.gz
Comment typos
I can't resist fixing them when I see them.
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/head.inc2
-rw-r--r--src/usr/local/www/system.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 32601fe..788c487 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -74,7 +74,7 @@ if (isset($config['system']['webgui']['webguicss'])) {
}
}
-// set default colmns to two if unset
+// set default columns to two if unset
if (!isset($config['system']['webgui']['dashboardcolumns'])) {
$config['system']['webgui']['dashboardcolumns'] = 2;
}
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index 2795c6c..8105d07 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -75,7 +75,7 @@ list($pconfig['dns1'], $pconfig['dns2'], $pconfig['dns3'], $pconfig['dns4']) = $
$arr_gateways = return_gateways_array();
-// set default colmns to two if unset
+// set default columns to two if unset
if (!isset($config['system']['webgui']['dashboardcolumns'])) {
$config['system']['webgui']['dashboardcolumns'] = 2;
}
OpenPOWER on IntegriCloud