summaryrefslogtreecommitdiff
path: root/ext/spl/tests/iterator_057.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/iterator_057.phpt')
-rw-r--r--ext/spl/tests/iterator_057.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/iterator_057.phpt b/ext/spl/tests/iterator_057.phpt
index 602c125015..64d9951021 100644
--- a/ext/spl/tests/iterator_057.phpt
+++ b/ext/spl/tests/iterator_057.phpt
@@ -6,7 +6,7 @@ Sebastian Schürmann
<?php
/**
* From Docs: Construct a new array iterator from anything that has a hash table.
- * NULL, NOTHING is not a hash table ;)
+ * NULL, NOTHING is not a hash table ;)
*/
class myArrayIterator extends ArrayIterator {
}