From d8b8937d1893bf508802ba52f6d13a20e7e04c50 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 11 Jan 2013 13:00:22 -0500 Subject: Fix some typos --- usr/local/www/diag_testport.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr') diff --git a/usr/local/www/diag_testport.php b/usr/local/www/diag_testport.php index 6309fab..548d761 100644 --- a/usr/local/www/diag_testport.php +++ b/usr/local/www/diag_testport.php @@ -61,15 +61,15 @@ if ($_POST || $_REQUEST['host']) { do_input_validation($_REQUEST, $reqdfields, $reqdfieldsn, &$input_errors); if (!is_ipaddr($_REQUEST['host']) && !is_hostname($_REQUEST['host'])) { - $input_errors[] = gettext("Please enter a a valid IP or hostname."); + $input_errors[] = gettext("Please enter a valid IP or hostname."); } if (!is_port($_REQUEST['port'])) { - $input_errors[] = gettext("Please enter a a valid port number."); + $input_errors[] = gettext("Please enter a valid port number."); } if (is_numeric($_REQUEST['srcport']) && !is_port($_REQUEST['srcport'])) { - $input_errors[] = gettext("Please enter a a valid source port number, or leave the field blank."); + $input_errors[] = gettext("Please enter a valid source port number, or leave the field blank."); } if (is_ipaddrv4($_REQUEST['host']) && ($_REQUEST['ipprotocol'] == "ipv6")) { @@ -105,7 +105,7 @@ include("head.inc"); ?>

- +


-- cgit v1.1