Bug 106386 Correct misspellings in source code

Changes strings which meant "referring"
patch by ajvincent@juno.com r=timeless sr=dmose
This commit is contained in:
timeless%mozdev.org 2005-11-02 16:05:17 +00:00
parent 0b32a92e64
commit 7550832d25

View File

@ -133,7 +133,7 @@ private:
//
// This array will accept null as an argument for any object, and will
// store null in the array, just like nsVoidArray. But that also means
// that methods like ObjectAt() may return null when refering to an
// that methods like ObjectAt() may return null when referring to an
// existing, but null entry in the array.
template <class T>
class nsCOMArray : public nsCOMArray_base