Bug 106386 Correct misspellings in source code

r=bernd rs=brendan


git-svn-id: svn://10.0.0.236/trunk@191013 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2006-02-23 09:36:43 +00:00
parent d41b46b313
commit af51e73d0e
89 changed files with 185 additions and 185 deletions

View File

@@ -249,10 +249,10 @@ private:
eHTMLTags GetTopNode() const;
/**
* Finds the topmost occurance of given tag within context vector stack.
* Finds the topmost occurrence of given tag within context vector stack.
*
* @param tag to be found
* @return index of topmost tag occurance -- may be -1 (kNotFound).
* @return index of topmost tag occurrence -- may be -1 (kNotFound).
*/
PRInt32 LastOf(eHTMLTags aTagSet[], PRInt32 aCount) const;