]> granicus.if.org Git - php/commitdiff
MFH: Typo
authorEtienne Kneuss <colder@php.net>
Sun, 27 Jan 2008 14:08:06 +0000 (14:08 +0000)
committerEtienne Kneuss <colder@php.net>
Sun, 27 Jan 2008 14:08:06 +0000 (14:08 +0000)
ext/spl/internal/spldoublylinkedlist.inc

index 71054112028676de0e16fabf6a0a2ce3ac27c8ad..ba6443edcde8d9285af2400ea45ceb54f173a621 100644 (file)
@@ -16,7 +16,7 @@
  * doubly linked list (DLL).
  * @note The following userland implementation of Iterator is a bit different
  *        from the internal one. Internally, iterators generated by nested 
- *        foreachs are independant, while they share the same traverse pointer 
+ *        foreachs are independent, while they share the same traverse pointer 
  *        in userland.
  */
 class SplDoublyLinkedList implements Iterator, ArrayAccess, Countable