From 4f926864153db51b0014ecc1a9da9fb2f8fc4309 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 1 Oct 2004 10:36:50 +0000 Subject: [PATCH] MFH: Fugbix typo. --- ext/spl/spl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.50.1