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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user