diff options
author | Otto Kekäläinen <otto@seravo.fi> | 2016-07-03 20:24:00 +0300 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-07-04 06:11:36 +0000 |
commit | 428e23f4f7025506e767d895e9b46492a8432aed (patch) | |
tree | ec767267ad2afc8ec3bf486da7cb9da2c567922d /xmlsecurity/source | |
parent | 61d95c70c0d4404a24064a58f3ccc3adf0b5e7e2 (diff) |
Fix some spelling errors in comments and strings
Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e
Reviewed-on: https://gerrit.libreoffice.org/26883
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r-- | xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx index 5f525caf5b5f..08fd9b1f7d9e 100644 --- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx +++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx @@ -122,7 +122,7 @@ void XMLDocumentWrapper_XmlSecImpl::getNextSAXEvent() /* * If the current node has children, then its first child * should be next current node, and the next event will be - * startElement or charaters(PI) based on that child's node + * startElement or characters(PI) based on that child's node * type. Otherwise, the endElement of current node is the * next event. */ @@ -150,7 +150,7 @@ void XMLDocumentWrapper_XmlSecImpl::getNextSAXEvent() /* * If the current node has following sibling, that sibling * should be next current node, and the next event will be - * startElement or charaters(PI) based on that sibling's node + * startElement or characters(PI) based on that sibling's node * type. Otherwise, the endElement of current node's parent * becomes the next event. */ @@ -550,7 +550,7 @@ void XMLDocumentWrapper_XmlSecImpl::removeNode(const xmlNodePtr pNode) const /****** XMLDocumentWrapper_XmlSecImpl/removeNode ****************************** * * NAME - * removeNode -- Deletes a node with its branch unconditionaly + * removeNode -- Deletes a node with its branch unconditionally * * SYNOPSIS * removeNode( pNode ); |