diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-25 09:08:06 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-27 07:25:38 +0200 |
commit | b00d6854f88bb9f071095c89bf2c6d4ded6b4ec6 (patch) | |
tree | 17809b1d6b8f0fec6ad4d3ec765433950ecb67fc /xmloff | |
parent | 3fae9479d7c95d1ef2b4b406c7a856cbe9c402ac (diff) |
Fix typos
Change-Id: I32c0966f8489d58f02b32bf205aedbb8303a217d
Reviewed-on: https://gerrit.libreoffice.org/53432
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/dtd/office.mod | 2 | ||||
-rw-r--r-- | xmloff/dtd/text.mod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/office.mod b/xmloff/dtd/office.mod index a0ec56c50f34..e3f332e29e52 100644 --- a/xmloff/dtd/office.mod +++ b/xmloff/dtd/office.mod @@ -182,7 +182,7 @@ text:bibliography-configuration and text:linenumbering-configuration may appear only once! - Unfortunatetly, this constraint cannot be easily specified in the DTD. + Unfortunately, this constraint cannot be easily specified in the DTD. --> <!ELEMENT office:styles (%styles;|text:outline-style| text:footnotes-configuration|text:endnotes-configuration| diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod index 03b82ba27003..a70174fc9ffc 100644 --- a/xmloff/dtd/text.mod +++ b/xmloff/dtd/text.mod @@ -669,7 +669,7 @@ <!-- Validity constraint: text:footnote and text:endnote elements may not contain other text:footnote or text:endnote elements, even though the DTD allows this (via the %text; in the foot-/endnote-body). - Unfortunatetly, this constraint cannot be easily specified in the DTD. + Unfortunately, this constraint cannot be easily specified in the DTD. --> <!ELEMENT text:footnote (text:footnote-citation, text:footnote-body)> <!ATTLIST text:footnote text:id ID #IMPLIED> |