diff options
| author | Etienne Kneuss <colder@php.net> | 2008-01-27 14:08:06 +0000 |
|---|---|---|
| committer | Etienne Kneuss <colder@php.net> | 2008-01-27 14:08:06 +0000 |
| commit | bfe7a47b1551b0b3e64438ef83556587f17a058c (patch) | |
| tree | b468bbf10afbce0a4efd804351b7526f924d85b2 /ext | |
| parent | 36305912e9d444213caee2dba28c031a75c3f519 (diff) | |
| download | php-git-bfe7a47b1551b0b3e64438ef83556587f17a058c.tar.gz | |
MFH: Typo
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/spl/internal/spldoublylinkedlist.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/internal/spldoublylinkedlist.inc b/ext/spl/internal/spldoublylinkedlist.inc index 7105411202..ba6443edcd 100644 --- a/ext/spl/internal/spldoublylinkedlist.inc +++ b/ext/spl/internal/spldoublylinkedlist.inc @@ -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 |
