diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:25:58 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-04 10:18:19 +0000 |
commit | 462e986e0dbd533b3a15696555e08489963c9542 (patch) | |
tree | 711fc2581ec8b565fcab533350aa44e85e7604a7 /unoxml/source | |
parent | 8db705fc7542f3ee45eb5d8c1c70ccf15ecc7581 (diff) |
Fix typos
Change-Id: Id9296115f30858e7fd470a199e59343a96d7deec
Reviewed-on: https://gerrit.libreoffice.org/16712
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'unoxml/source')
-rw-r--r-- | unoxml/source/dom/element.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/element.cxx b/unoxml/source/dom/element.cxx index eda6a419ebfc..ee2a25c81cb6 100644 --- a/unoxml/source/dom/element.cxx +++ b/unoxml/source/dom/element.cxx @@ -215,7 +215,7 @@ namespace DOM case NodeType_ENTITY_REFERENCE_NODE: return true; case NodeType_ATTRIBUTE_NODE: - /* this is not relly allowed by the DOM spec, but this + /* this is not really allowed by the DOM spec, but this implementation has evidently supported it (by special case handling, so the attribute does not actually become a child) so allow it for backward compatibility */ |