From: Antony Dovgal Date: Fri, 18 Aug 2006 12:38:19 +0000 (+0000) Subject: fix typo (bug #38499) X-Git-Tag: php-4.4.5RC1~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e120d29f96347a11f24d85073ae8d06d65be8770;p=php fix typo (bug #38499) --- diff --git a/run-tests.php b/run-tests.php index 76924bedd8..ecd5f99895 100755 --- a/run-tests.php +++ b/run-tests.php @@ -378,7 +378,7 @@ if (!getenv('NO_INTERACTION')) { /* Ask the user to provide an email address, so that QA team can contact the user */ if (!strncasecmp($user_input, 'y', 1) || strlen(trim($user_input)) == 0) { - echo "\nPlease enter your email address.\n(You address will be mangled so that it will not go out on any\nmailinglist in plain text): "; + echo "\nPlease enter your email address.\n(Your address will be mangled so that it will not go out on any\nmailinglist in plain text): "; flush(); $fp = fopen("php://stdin", "r+"); $user_email = trim(fgets($fp, 1024));