summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-06-20 09:28:23 -0400
committerSteve Beaver <sbeaver@netgate.com>2017-06-20 09:28:23 -0400
commit0e4500e753979626f6adb7d6b9cf5544ecd51669 (patch)
tree1c37fe2f2369274d081e70e659155e02ef8896de /src/etc
parentef1e838bce5b80c7731a0eee9e67a839a193fe8c (diff)
downloadpfsense-0e4500e753979626f6adb7d6b9cf5544ecd51669.zip
pfsense-0e4500e753979626f6adb7d6b9cf5544ecd51669.tar.gz
Fix spelling in comment
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/authgui.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/authgui.inc b/src/etc/inc/authgui.inc
index a8be581..5e46458 100644
--- a/src/etc/inc/authgui.inc
+++ b/src/etc/inc/authgui.inc
@@ -244,7 +244,7 @@ function display_login_form() {
$loginautocomplete = isset($config['system']['webgui']['loginautocomplete']) ? '' : 'autocomplete="off"';
if (is_ipaddr($http_host) && !$local_ip && !isset($config['system']['webgui']['nohttpreferercheck'])) {
- $warnclass = "pagebodywarn"; // Amke room for a warning display row
+ $warnclass = "pagebodywarn"; // Make room for a warning display row
} else {
$warnclass = "pagebody";
}
OpenPOWER on IntegriCloud