]> granicus.if.org Git - php/commitdiff
- fix typo
authorJan Lehnardt <jan@php.net>
Sun, 12 Jan 2003 11:42:29 +0000 (11:42 +0000)
committerJan Lehnardt <jan@php.net>
Sun, 12 Jan 2003 11:42:29 +0000 (11:42 +0000)
run-tests.php

index 5756df2769c5f37ef619408c0bc9abf084921588..a73177fa30b099279283ceea33b8c4822c0c39d3 100755 (executable)
@@ -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));