From: Marcus Boerger Date: Fri, 3 Sep 2004 18:46:29 +0000 (+0000) Subject: - Add link to chm version X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef3e8fa8520d5b9718541620c82549da88077322;p=php - Add link to chm version - Change wording --- diff --git a/ext/spl/spl.php b/ext/spl/spl.php index 25b952ff31..fc93d96dc8 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -13,6 +13,9 @@ * * SPL - Standard PHP Library * + * You can download this documentation as a chm file + * here. + * * (c) Marcus Boerger, 2003 - 2004 */ @@ -358,8 +361,8 @@ class LimitIetrator implements Iterator /** Seek to a specific position if available or throw an exception. * If the inner iterator is an instance of SeekableIterator its seek() - * method will be used. Otherwise the iterator will be rewinded if - * necessary and then manually forwared element by element. + * method will be used. Otherwise the iterator will be rewound if + * necessary and then manually advanced element by element. * * \param $position index to seek to. */