]> granicus.if.org Git - php/commitdiff
- Add link to chm version
authorMarcus Boerger <helly@php.net>
Fri, 3 Sep 2004 18:46:29 +0000 (18:46 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 3 Sep 2004 18:46:29 +0000 (18:46 +0000)
- Change wording

ext/spl/spl.php

index 25b952ff311f00ba67fd4a80b3f59ab54731526d..fc93d96dc8d6941ba1ac37fbb7feeb1b306ebecd 100755 (executable)
@@ -13,6 +13,9 @@
  *
  * SPL - Standard PHP Library
  *
+ * You can download this documentation as a chm file 
+ * <a href="http://php.net/~helly/php/ext/spl/spl.chm">here</a>.
+ *
  * (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.
         */