summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2014-08-17 15:48:22 +0300
committerLior Kaplan <kaplanlior@gmail.com>2014-08-17 15:48:22 +0300
commitbe2128c8050fd8d22604acb0e225891551c81c8c (patch)
treea762e220562999130449272443fe9cde49ce9957 /scripts
parent6279246d2c60437c583f9c273075579bf17be654 (diff)
parent3f42f2f5d1c8026b6e1d21b91857a08d918c28c8 (diff)
downloadphp-git-be2128c8050fd8d22604acb0e225891551c81c8c.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: typofixes
Diffstat (limited to 'scripts')
-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 f95c46251c..e841e2e959 100644
--- a/scripts/dev/find_tested.php
+++ b/scripts/dev/find_tested.php
@@ -88,7 +88,7 @@ function mark_methods_as_tested($method_info, $phpt_files) {
foreach($tested_functions as $tested_function) {
- // go through method info array marking this funtion as tested
+ // go through method info array marking this function as tested
foreach($method_info as &$current_method_record) {
if (strcasecmp($tested_function, $current_method_record[METHOD_NAME]) == 0) {
// matched the method name