Comment-only change: s/effect/affect/, and added '.' at end of sentence.

This commit is contained in:
Daniel Holbert 2008-07-08 02:24:36 -07:00
parent 9ea0007595
commit 478289af35

View File

@ -1013,8 +1013,8 @@ nsSVGElement::UpdateContentStyleRule()
// where CSS requires units: font-size="5pt" (style="font-size: 5pt")
// Set a flag to pass information to the parser so that we can use
// the CSS parser to parse the font-size attribute. Note that this
// does *not* effect the use of CSS stylesheets, which will still
// require units
// does *not* affect the use of CSS stylesheets, which will still
// require units.
parser->SetSVGMode(PR_TRUE);
}