diff options
| author | Thijs Kinkhorst <thijs@debian.org> | 2014-10-15 13:17:14 +0000 |
|---|---|---|
| committer | Thijs Kinkhorst <thijs@debian.org> | 2014-10-15 13:17:14 +0000 |
| commit | 04b664c46aafc46bb3030d3bf06eb5f0b38c2b49 (patch) | |
| tree | 07e2dbf984b126837bfc6c20e0a025c754ade299 /scripts/dev/find_tested.php | |
| parent | d73ee84cfbc86e793602b826adb0dd6bce042838 (diff) | |
| download | php-04b664c46aafc46bb3030d3bf06eb5f0b38c2b49.tar.gz | |
Imported Upstream version 5.6.1+dfsgupstream/5.6.1+dfsg
Diffstat (limited to 'scripts/dev/find_tested.php')
| -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 f95c46251..e841e2e95 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 |
