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