|
56 | 56 | "eof-in-attribute-name":
|
57 | 57 | _("Unexpected end of file in attribute name."),
|
58 | 58 | "invalid-character-in-attribute-name":
|
59 |
| - _("Invalid chracter in attribute name"), |
| 59 | + _("Invalid character in attribute name"), |
60 | 60 | "duplicate-attribute":
|
61 | 61 | _("Dropped duplicate attribute on tag."),
|
62 | 62 | "expected-end-of-tag-name-but-got-eof":
|
|
81 | 81 | _("Unexpected end of file in attribute value."),
|
82 | 82 | "unexpected-EOF-after-solidus-in-tag":
|
83 | 83 | _("Unexpected end of file in tag. Expected >"),
|
84 |
| - "unexpected-character-after-soldius-in-tag": |
| 84 | + "unexpected-character-after-solidus-in-tag": |
85 | 85 | _("Unexpected character after / in tag. Expected >"),
|
86 | 86 | "expected-dashes-or-doctype":
|
87 | 87 | _("Expected '--' or 'DOCTYPE'. Not found."),
|
|
236 | 236 | _("Unexpected end tag token (%(name)s)"
|
237 | 237 | " in the after body phase."),
|
238 | 238 | "unexpected-char-in-frameset":
|
239 |
| - _("Unepxected characters in the frameset phase. Characters ignored."), |
| 239 | + _("Unexpected characters in the frameset phase. Characters ignored."), |
240 | 240 | "unexpected-start-tag-in-frameset":
|
241 | 241 | _("Unexpected start tag token (%(name)s)"
|
242 | 242 | " in the frameset phase. Ignored."),
|
|
0 commit comments