diff options
| author | Lior Kaplan <kaplanlior@gmail.com> | 2014-08-17 15:48:22 +0300 |
|---|---|---|
| committer | Lior Kaplan <kaplanlior@gmail.com> | 2014-08-17 15:48:22 +0300 |
| commit | be2128c8050fd8d22604acb0e225891551c81c8c (patch) | |
| tree | a762e220562999130449272443fe9cde49ce9957 /scripts/dev | |
| parent | 6279246d2c60437c583f9c273075579bf17be654 (diff) | |
| parent | 3f42f2f5d1c8026b6e1d21b91857a08d918c28c8 (diff) | |
| download | php-git-be2128c8050fd8d22604acb0e225891551c81c8c.tar.gz | |
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
typofixes
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 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 |
