From e6367325a817042326464c945b957d67506b2190 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 1 Jun 2016 16:57:23 +0930 Subject: [PATCH] Comment typos I can't resist fixing them when I see them. --- src/usr/local/www/head.inc | 2 +- src/usr/local/www/system.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc index 32601fecbf..788c4876e2 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 2795c6cc02..8105d071b4 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; }