From: Sebastian Bergmann Date: Fri, 1 Oct 2004 10:36:50 +0000 (+0000) Subject: MFH: Fugbix typo. X-Git-Tag: php-5.0.3RC1~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f926864153db51b0014ecc1a9da9fb2f8fc4309;p=php MFH: Fugbix typo. --- diff --git a/ext/spl/spl.php b/ext/spl/spl.php index fc93d96dc8..1f4e8ec7e0 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -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. *