diff options
author | Phil Davis <phil.davis@inf.org> | 2017-02-14 08:11:16 +0545 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-14 08:11:16 +0545 |
commit | eb6984fdf0d6abb6d73d1818d8d14f11486c2938 (patch) | |
tree | 9d6381756c4178a885490eb8bd0fe43a46617d3f /src/usr/local/www | |
parent | 24fc15e6d7ff9aa389fba5fb29fc93019d88cf77 (diff) | |
download | pfsense-eb6984fdf0d6abb6d73d1818d8d14f11486c2938.zip pfsense-eb6984fdf0d6abb6d73d1818d8d14f11486c2938.tar.gz |
Comment typos head.inc
Diffstat (limited to 'src/usr/local/www')
-rw-r--r-- | src/usr/local/www/head.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc index 722d7a2..297ec5a 100644 --- a/src/usr/local/www/head.inc +++ b/src/usr/local/www/head.inc @@ -250,7 +250,7 @@ $system_menu = msort(array_merge($system_menu, return_ext_menu("System")), 0); // Interfaces // NOTE: // Now that menus are sorted, adding a DIVIDER must be done after the sorting so an array is formed of the -// items above the divider and another for below it. THese are then sorted and combined with the divider +// items above the divider and another for below it. These are then sorted and combined with the divider $interfaces_menu = array(); $interfaces_top = array(); $interfaces_bottom = array(); @@ -274,7 +274,7 @@ foreach ($opts as $oif => $odescr) { } } -// COmbine the top section, the divider and hte bottom section of this menu +// Combine the top section, the divider and the bottom section of this menu $interfaces_menu = array_merge($interfaces_top, [array(0 => "-DIVIDER-")], msort(array_merge($interfaces_bottom, return_ext_menu("Interfaces")), 0)); // Firewall |