mathml spelling correction r=karlt b=389721

This commit is contained in:
Frédéric WANG 2009-08-17 09:53:42 +12:00
parent 1044301347
commit 3667f6c4cb
3 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ nsMathMLmfencedFrame::SetInitialChildList(nsIAtom* aListName,
nsresult rv = nsMathMLContainerFrame::SetInitialChildList(aListName, aChildList);
if (NS_FAILED(rv)) return rv;
// No need to tract the style contexts given to our MathML chars.
// No need to track the style contexts given to our MathML chars.
// The Style System will use Get/SetAdditionalStyleContext() to keep them
// up-to-date if dynamic changes arise.
return CreateFencesAndSeparators(PresContext());

View File

@ -1045,7 +1045,7 @@ nsMathMLmoFrame::AttributeChanged(PRInt32 aNameSpaceID,
}
// ----------------------
// No need to tract the style context given to our MathML char.
// No need to track the style context given to our MathML char.
// the Style System will use these to pass the proper style context to our MathMLChar
nsStyleContext*
nsMathMLmoFrame::GetAdditionalStyleContext(PRInt32 aIndex) const

View File

@ -94,7 +94,7 @@ nsMathMLmrootFrame::Init(nsIContent* aContent,
nsPresContext *presContext = PresContext();
// No need to tract the style context given to our MathML char.
// No need to track the style context given to our MathML char.
// The Style System will use Get/SetAdditionalStyleContext() to keep it
// up-to-date if dynamic changes arise.
nsAutoString sqrChar; sqrChar.Assign(kSqrChar);