From 3ee834671951e918bf7675d2e33d53d421bd9f5a Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Sun, 27 Jan 2008 14:07:54 +0000 Subject: [PATCH] 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.50.1