Bug 106386 rid source of misspellings

patch by nb@ipnode.info r=biesi sr=dmose


git-svn-id: svn://10.0.0.236/trunk@140130 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2003-03-24 04:15:34 +00:00
parent 048d6ca3ee
commit 0e5f07166f
88 changed files with 137 additions and 137 deletions

View File

@@ -117,7 +117,7 @@ inline PRBool ListContainsTag(eHTMLTags* aTagList,eHTMLTags aTag) {
class CElement {
public:
//break this struct out seperately so that lame compilers don't gack.
//break this struct out separately so that lame compilers don't gack.
struct CFlags {
PRUint32 mOmitEndTag:1;
PRUint32 mIsContainer:1;

View File

@@ -369,7 +369,7 @@ public:
PRInt32 mResidualStyleCount;
PRInt32 mContextTopIndex;
//break this struct out seperately so that lame compilers don't gack.
//break this struct out separately so that lame compilers don't gack.
//By using these bits instead of bools, we have a bit-o-memory.
struct CFlags {
PRUint8 mHadBody:1;