summaryrefslogtreecommitdiff
path: root/ext/spl/internal/parentiterator.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/internal/parentiterator.inc')
-rw-r--r--ext/spl/internal/parentiterator.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/internal/parentiterator.inc b/ext/spl/internal/parentiterator.inc
index cc377fcc6b..69a223444d 100644
--- a/ext/spl/internal/parentiterator.inc
+++ b/ext/spl/internal/parentiterator.inc
@@ -15,8 +15,8 @@
* @version 1.2
* @since PHP 5.1
*
- * This extended FilterIterator allows a recursive iteration using
- * RecursiveIteratorIterator that only shows those elements which have
+ * This extended FilterIterator allows a recursive iteration using
+ * RecursiveIteratorIterator that only shows those elements which have
* children.
*/
class ParentIterator extends RecursiveFilterIterator