summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-26 09:04:40 +0545
committerRenato Botelho <renato@netgate.com>2017-01-26 09:27:03 -0200
commit20290428cc093d43d8ee15cd1eb75026d30d0a93 (patch)
tree3c429dd218a3df5a22aaef4cd639660e0901f397 /src
parent7efef9dd433d5ce2377573b529f4cd501b125ab7 (diff)
downloadpfsense-20290428cc093d43d8ee15cd1eb75026d30d0a93.zip
pfsense-20290428cc093d43d8ee15cd1eb75026d30d0a93.tar.gz
Typo in pppoe_subnet input error message
(cherry picked from commit 01799e5bd5f363e21c744752760ab0cc591713da)
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_pppoe_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_pppoe_edit.php b/src/usr/local/www/services_pppoe_edit.php
index 3d2a4e3..e7f48e1 100644
--- a/src/usr/local/www/services_pppoe_edit.php
+++ b/src/usr/local/www/services_pppoe_edit.php
@@ -163,7 +163,7 @@ if ($_POST) {
$input_errors[] = gettext("User Max Logins must be between 1 and 255");
}
if (!is_numericint($_POST['pppoe_subnet']) || $_POST['pppoe_subnet'] > 32) {
- $input_errors[] = gettext("Subnet mask must be an interger between 0 and 32");
+ $input_errors[] = gettext("Subnet mask must be an integer between 0 and 32");
}
$_POST['remoteip'] = $pconfig['remoteip'] = gen_subnet($_POST['remoteip'], $_POST['pppoe_subnet']);
OpenPOWER on IntegriCloud