colder Sun Jan 27 14:08:06 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/spl/internal spldoublylinkedlist.inc Log: MFH: Typo http://cvs.php.net/viewvc.cgi/php-src/ext/spl/internal/spldoublylinkedlist.inc?r1=1.1.2.3&r2=1.1.2.4&diff_format=u Index: php-src/ext/spl/internal/spldoublylinkedlist.inc diff -u php-src/ext/spl/internal/spldoublylinkedlist.inc:1.1.2.3 php-src/ext/spl/internal/spldoublylinkedlist.inc:1.1.2.4 --- php-src/ext/spl/internal/spldoublylinkedlist.inc:1.1.2.3 Sun Jan 27 13:59:51 2008 +++ php-src/ext/spl/internal/spldoublylinkedlist.inc Sun Jan 27 14:08:06 2008 @@ -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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php