summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2010-10-10 14:47:39 +0200
committerWarren Baker <warren@decoy.co.za>2010-10-10 14:47:39 +0200
commitc3f4734da7a0fd498afcc27f4cbdcb6ef5c2ac01 (patch)
tree6ad5604cf47206e870b5a7ddcb95476f8f94b57f /etc
parent6adc8e32c726dfe6fd7319ff4cf193b3d42e64a5 (diff)
downloadpfsense-c3f4734da7a0fd498afcc27f4cbdcb6ef5c2ac01.zip
pfsense-c3f4734da7a0fd498afcc27f4cbdcb6ef5c2ac01.tar.gz
Wording fix.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/authgui.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc
index 27e4c88..0574ac2 100644
--- a/etc/inc/authgui.inc
+++ b/etc/inc/authgui.inc
@@ -157,7 +157,7 @@ function display_login_form() {
if (file_exists("{$g['tmp_path']}/webconfigurator.lock")) {
// TODO: add the IP from the user who did lock the device
$whom = file_get_contents("{$g['tmp_path']}/webconfigurator.lock");
- echo "showajaxmessage('This device is currently beeing maintained by: {$whom}.');";
+ echo "showajaxmessage('This device is currently been maintained by: {$whom}.');";
}
}
exit;
@@ -261,4 +261,4 @@ if($config['virtualip'])
<?php
} // end function
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud