summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-02-24 05:54:52 +0000
committerBill Marquette <billm@pfsense.org>2005-02-24 05:54:52 +0000
commitbf64867948734970477568aa7e6734fc22bdbd9c (patch)
tree80461b91fa0d20b57049f8bf6ef95b8513b59e85 /usr/local/www/firewall_rules.php
parent87b10bedc10e977a32d8dca7570a284c06ffe0a6 (diff)
downloadpfsense-bf64867948734970477568aa7e6734fc22bdbd9c.zip
pfsense-bf64867948734970477568aa7e6734fc22bdbd9c.tar.gz
spelling
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rwxr-xr-xusr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 210f0cf..5021169 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -100,7 +100,7 @@ if (isset($_POST['del_x'])) {
}
} else {
/* yuck - IE won't send value attributes for image buttons, while Mozilla does -
- so we use .x/.y to fine move button clicks instead... */
+ so we use .x/.y to find move button clicks instead... */
unset($movebtn);
foreach ($_POST as $pn => $pd) {
if (preg_match("/move_(\d+)_x/", $pn, $matches)) {
OpenPOWER on IntegriCloud