diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-02-04 22:16:50 -0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-02-06 16:59:00 +0100 |
commit | 2d48d734a20192a10792669baaa88dbe86f2b3a6 (patch) | |
tree | 7fc432c83d72e936dfa645611049d9d95a77d47f /scripts/dev | |
parent | 91b09c7aa6b88b276a02ee0f00277917efc54570 (diff) | |
download | php-git-2d48d734a20192a10792669baaa88dbe86f2b3a6.tar.gz |
Fix some misspellings
Diffstat (limited to 'scripts/dev')
-rw-r--r-- | scripts/dev/find_tested.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/find_tested.php b/scripts/dev/find_tested.php index 0881e9ea47..4e1e2a3bb4 100644 --- a/scripts/dev/find_tested.php +++ b/scripts/dev/find_tested.php @@ -69,7 +69,7 @@ get_phpt_files($extension_test_path, $count, $phpt_files); $extension_method_info = mark_methods_as_tested($extension_method_info, $phpt_files); /** - * The loop to ouput the test coverage info + * The loop to output the test coverage info * Should output: Extension, Class Name, Method/Function Name, Test Status, Test Files */ foreach($extension_method_info as $record) { |