From bf64867948734970477568aa7e6734fc22bdbd9c Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Thu, 24 Feb 2005 05:54:52 +0000 Subject: [PATCH] spelling --- usr/local/www/firewall_rules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php index 210f0cf4d0..5021169907 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)) {