colder Sun Jan 27 14:07:54 2008 UTC Modified files: /php-src/ext/spl/internal spldoublylinkedlist.inc Log: Typo http://cvs.php.net/viewvc.cgi/php-src/ext/spl/internal/spldoublylinkedlist.inc?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/spl/internal/spldoublylinkedlist.inc diff -u php-src/ext/spl/internal/spldoublylinkedlist.inc:1.2 php-src/ext/spl/internal/spldoublylinkedlist.inc:1.3 --- php-src/ext/spl/internal/spldoublylinkedlist.inc:1.2 Sun Jan 27 13:54:32 2008 +++ php-src/ext/spl/internal/spldoublylinkedlist.inc Sun Jan 27 14:07:54 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