summaryrefslogtreecommitdiff
path: root/scripts/dev
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-02-04 22:16:50 -0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-02-06 16:59:00 +0100
commit2d48d734a20192a10792669baaa88dbe86f2b3a6 (patch)
tree7fc432c83d72e936dfa645611049d9d95a77d47f /scripts/dev
parent91b09c7aa6b88b276a02ee0f00277917efc54570 (diff)
downloadphp-git-2d48d734a20192a10792669baaa88dbe86f2b3a6.tar.gz
Fix some misspellings
Diffstat (limited to 'scripts/dev')
-rw-r--r--scripts/dev/find_tested.php2
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) {