diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-17 07:17:21 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-17 10:18:40 +0100 |
commit | 677d606021304158c9faedf5353cf5c2fd92d3de (patch) | |
tree | 78c88ddfc42448974ada18540dbd8a0a02bcb4c2 /xmlsecurity | |
parent | 7c6117780a8feb0b4ffcbaeaf649f4f6bc8470ec (diff) |
Fix typos
Change-Id: Ifcbf431291cc77ffc33cc1cbcc493181ffc9943d
Reviewed-on: https://gerrit.libreoffice.org/46634
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx index 42b749225f23..2472a9115144 100644 --- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx +++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx @@ -374,7 +374,7 @@ xmlNodePtr XMLDocumentWrapper_XmlSecImpl::checkElement( const cssu::Reference< c * interface * * INPUTS - * xXMLElement - the XXMLElementWrapper interface wraping a node + * xXMLElement - the XXMLElementWrapper interface wrapping a node * * RESULT * node - the node wrapped in the XXMLElementWrapper interface |