]> granicus.if.org Git - php/commitdiff
Fugbix typo.
authorSebastian Bergmann <sebastian@php.net>
Fri, 1 Oct 2004 10:35:26 +0000 (10:35 +0000)
committerSebastian Bergmann <sebastian@php.net>
Fri, 1 Oct 2004 10:35:26 +0000 (10:35 +0000)
ext/spl/spl.php

index 44b29bf8a5809e54b17805322c97995d03ceed60..6fb92b267d1220102ce6cf0b3193fd54f8972863 100755 (executable)
@@ -340,7 +340,7 @@ interface SeekableIterator extends Iterator
  * This class uses SeekableIterator::seek() if available and rewind() plus
  * a skip loop otehrwise.
  */
-class LimitIetrator implements Iterator
+class LimitIterator implements Iterator
 {
        /** Construct an instance form a Iterator.
         *