From d6e9b50b99be15853e7ec0f1e5e85c8d50bf82f3 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Mon, 9 Jan 2012 16:14:33 -0500 Subject: [PATCH] Spelling fix --- indra/llcommon/doublelinkedlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/llcommon/doublelinkedlist.h b/indra/llcommon/doublelinkedlist.h index a87860cf3..f8aa9df80 100644 --- a/indra/llcommon/doublelinkedlist.h +++ b/indra/llcommon/doublelinkedlist.h @@ -124,7 +124,7 @@ public: // NOTE: This next two funtions are only included here // for those too familiar with the LLLinkedList template class. - // They are depreciated. resetList() is unecessary while + // They are deprecated. resetList() is unecessary while // getCurrentData() is identical to getNextData() and has // a misleading name. // @@ -604,7 +604,7 @@ BOOL LLDoubleLinkedList::checkData(const DATA_TYPE *data) // NOTE: This next two funtions are only included here // for those too familiar with the LLLinkedList template class. -// They are depreciated. resetList() is unecessary while +// They are deprecated. resetList() is unecessary while // getCurrentData() is identical to getNextData() and has // a misleading name. //