From bfe7a47b1551b0b3e64438ef83556587f17a058c Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Sun, 27 Jan 2008 14:08:06 +0000 Subject: [PATCH] MFH: Typo --- ext/spl/internal/spldoublylinkedlist.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0