diff options
Diffstat (limited to 'ext/spl/internal/appenditerator.inc')
| -rwxr-xr-x | ext/spl/internal/appenditerator.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/internal/appenditerator.inc b/ext/spl/internal/appenditerator.inc index 5db080425..28e32b15f 100755 --- a/ext/spl/internal/appenditerator.inc +++ b/ext/spl/internal/appenditerator.inc @@ -31,7 +31,7 @@ class AppendIterator implements OuterIterator * @param $it Iterator to append * * If the current state is invalid but the appended iterator is valid - * the the AppendIterator itself becomes valid. However there will be no + * the AppendIterator itself becomes valid. However there will be no * call to $it->rewind(). Also if the current state is invalid the inner * ArrayIterator will be rewound und forwarded to the appended element. */ @@ -119,4 +119,4 @@ class AppendIterator implements OuterIterator } } -?>
\ No newline at end of file +?> |
