Spelling correction. Noticed by and r=timeless

This commit is contained in:
akkana%netscape.com 2001-12-08 06:32:59 +00:00
Родитель abaf6c65a5
Коммит ba1f9f6c3b
2 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -350,7 +350,7 @@ nsDequeIterator nsDeque::End(void) const{
}
/**
* Call this method when you wanto to iterate all the
* Call this method when you want to to iterate all the
* members of the container, passing a functor along
* to call your code.
*
@ -367,7 +367,7 @@ void nsDeque::ForEach(nsDequeFunctor& aFunctor) const{
}
/**
* Call this method when you wanto to iterate all the
* Call this method when you want to to iterate all the
* members of the container, passing a functor along
* to call your code. Iteration continues until your
* functor returns a non-null.
@ -538,7 +538,7 @@ void* nsDequeIterator::GetCurrent(void) {
}
/**
* Call this method when you wanto to iterate all the
* Call this method when you want to to iterate all the
* members of the container, passing a functor along
* to call your code.
*
@ -551,7 +551,7 @@ void nsDequeIterator::ForEach(nsDequeFunctor& aFunctor) const{
}
/**
* Call this method when you wanto to iterate all the
* Call this method when you want to to iterate all the
* members of the container, passing a functor along
* to call your code.
*

Просмотреть файл

@ -205,7 +205,7 @@ friend class nsDequeIterator;
/**
* Call this method when you wanto to iterate all the
* Call this method when you want to to iterate all the
* members of the container, passing a functor along
* to call your code.
*
@ -216,7 +216,7 @@ friend class nsDequeIterator;
void ForEach(nsDequeFunctor& aFunctor) const;
/**
* Call this method when you wanto to iterate all the
* Call this method when you want to to iterate all the
* members of the container, passing a functor along
* to call your code. This process will interupt if
* your function returns a null to this iterator.
@ -406,7 +406,7 @@ public:
void* GetCurrent(void);
/**
* Call this method when you wanto to iterate all the
* Call this method when you want to to iterate all the
* members of the container, passing a functor along
* to call your code.
*
@ -417,7 +417,7 @@ public:
void ForEach(nsDequeFunctor& aFunctor) const;
/**
* Call this method when you wanto to iterate all the
* Call this method when you want to to iterate all the
* members of the container, passing a functor along
* to call your code.
*