Index: trunk/phase3/maintenance/eval.php |
— | — | @@ -75,7 +75,7 @@ |
76 | 76 | readline_write_history( $historyFile ); |
77 | 77 | } |
78 | 78 | if( false !== strpos($line, "<?php") ) { |
79 | | - # Someone send a .php file to STDIN so we do not want |
| 79 | + # Someone sent a .php file to STDIN so we do not want |
80 | 80 | # to interprate the special '<?php'. |
81 | 81 | continue; |
82 | 82 | } |