зеркало из https://github.com/mozilla/pjs.git
comment-only typo fix: delcaration -> declaration
This commit is contained in:
Родитель
03d6d7ca4f
Коммит
67933baadb
|
@ -819,7 +819,7 @@ CSSParserImpl::ParseStyleAttribute(const nsAString& aAttributeValue,
|
|||
|
||||
nsCSSDeclaration* declaration = ParseDeclarationBlock(errorCode, haveBraces);
|
||||
if (declaration) {
|
||||
// Create a style rule for the delcaration
|
||||
// Create a style rule for the declaration
|
||||
nsICSSStyleRule* rule = nsnull;
|
||||
rv = NS_NewCSSStyleRule(&rule, nsnull, declaration);
|
||||
if (NS_FAILED(rv)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче