summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-09-10 22:24:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-09-10 22:24:25 +0000
commitaa8cdf5219fb66127c58d9f392de63984f971bd5 (patch)
tree0071c27b38df00b20b53776c0d48785c5fe8203a /usr/local/www/firewall_rules_edit.php
parentb8f3372739d73f2df489be50e6cbf02b7da29407 (diff)
downloadpfsense-aa8cdf5219fb66127c58d9f392de63984f971bd5.zip
pfsense-aa8cdf5219fb66127c58d9f392de63984f971bd5.tar.gz
Learn how to spell "Acknowledge"
Pointed-out-by: billm
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 1503c1d..709c6ad 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -316,7 +316,7 @@ if ($_POST) {
if ($_POST['defaultqueue'] == "none" )
$input_errors[] = "You have to select a queue when you select an acknowledge queue too.";
else if ($_POST['ackqueue'] == $_POST['defaultqueue'])
- $input_errors[] = "Acknokledge queue and Queue cannot be the same.";
+ $input_errors[] = "Acknowledge queue and Queue cannot be the same.";
}
if ($_POST['pdnpipe'] && $_POST['pdnpipe'] != "none") {
if ($_POST['dnpipe'] == "none" )
OpenPOWER on IntegriCloud