summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtienne Kneuss <colder@php.net>2008-01-27 14:08:06 +0000
committerEtienne Kneuss <colder@php.net>2008-01-27 14:08:06 +0000
commitbfe7a47b1551b0b3e64438ef83556587f17a058c (patch)
treeb468bbf10afbce0a4efd804351b7526f924d85b2
parent36305912e9d444213caee2dba28c031a75c3f519 (diff)
downloadphp-git-bfe7a47b1551b0b3e64438ef83556587f17a058c.tar.gz
MFH: Typo
-rw-r--r--ext/spl/internal/spldoublylinkedlist.inc2
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