summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-20 23:24:56 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-20 23:26:58 +0200
commitbe053c9a80ad237afc6da0b4174e1c7afc94ed92 (patch)
tree94fe4823ec33e39359006c986372c5caceb85db0 /xmlsecurity
parentd1ae39e484f888ddcca15f584cddd2b3ccae1024 (diff)
Spelling correction: s/retrive/retrieve/
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
index ee3eb883b349..082a5aa3b434 100644
--- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
+++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
@@ -390,7 +390,7 @@ OString XMLDocumentWrapper_XmlSecImpl::getNodeQName(const xmlNodePtr pNode) cons
/****** XMLDocumentWrapper_XmlSecImpl/getNodeQName ****************************
*
* NAME
- * getNodeQName -- Retrives the qualified name of a node
+ * getNodeQName -- Retrieves the qualified name of a node
*
* SYNOPSIS
* name = getNodeQName(pNode);
@@ -399,7 +399,7 @@ OString XMLDocumentWrapper_XmlSecImpl::getNodeQName(const xmlNodePtr pNode) cons
* see NAME
*
* INPUTS
- * pNode - the node whose name will be retrived
+ * pNode - the node whose name will be retrieved
*
* RESULT
* name - the node's qualified name
@@ -428,7 +428,7 @@ xmlNodePtr XMLDocumentWrapper_XmlSecImpl::checkElement( const cssu::Reference< c
/****** XMLDocumentWrapper_XmlSecImpl/checkElement ****************************
*
* NAME
- * checkElement -- Retrives the node wrapped by an XXMLElementWrapper
+ * checkElement -- Retrieves the node wrapped by an XXMLElementWrapper
* interface
*
* SYNOPSIS