From 13fb4c798f544c4df61dea0ef409a72a38d4fe3d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 23 Aug 2006 23:04:58 +0000 Subject: [PATCH] s/2/two/ --- usr/local/www/firewall_virtual_ip_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php index ae6969ae47..12e7ada2ec 100755 --- a/usr/local/www/firewall_virtual_ip_edit.php +++ b/usr/local/www/firewall_virtual_ip_edit.php @@ -122,7 +122,7 @@ if ($_POST) { } } if($_POST['password'] == "") - $input_errors[] = "You must specify a CARP password that is shared between the 2 VHID members."; + $input_errors[] = "You must specify a CARP password that is shared between the two VHID members."; $can_post = true; $found = false; $subnet_ip = return_first_two_octets($_POST['subnet']);