diff options
author | Jan Lehnardt <jan@php.net> | 2003-01-12 11:42:29 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@php.net> | 2003-01-12 11:42:29 +0000 |
commit | c98f4e9f323596d3e17e0b5cf15e69cdcb278dd0 (patch) | |
tree | ff722ea6409f1904421996b954082b19d234c682 /run-tests.php | |
parent | 17c15187928df2e6c502f124e078d52c4cacc716 (diff) | |
download | php-git-c98f4e9f323596d3e17e0b5cf15e69cdcb278dd0.tar.gz |
- fix typo
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php index 5756df2769..a73177fa30 100755 --- a/run-tests.php +++ b/run-tests.php @@ -366,7 +366,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)); |