summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/source/xmlsec/saxhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/saxhelper.cxx')
-rw-r--r--xmlsecurity/source/xmlsec/saxhelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/saxhelper.cxx b/xmlsecurity/source/xmlsec/saxhelper.cxx
index b1b779324cea..336d5637d5c6 100644
--- a/xmlsecurity/source/xmlsec/saxhelper.cxx
+++ b/xmlsecurity/source/xmlsec/saxhelper.cxx
@@ -164,7 +164,7 @@ SAXHelper::SAXHelper( )
/**
* Destructor
*
- * In this destructor, a libxml sax parser context is desturcted. The XML tree
+ * In this destructor, a libxml sax parser context is destructed. The XML tree
* in the context is not deallocated because the tree is bind with a document
* model by the setTargetDocument method, which delegate the target document to
* destruct the xml tree.
@@ -341,7 +341,7 @@ void SAXHelper::ignorableWhitespace( const OUString& aWhitespaces )
}
/**
- * XDocumentHandler -- preaorocessing instruction
+ * XDocumentHandler -- preprocessing instruction
*/
void SAXHelper::processingInstruction(
const OUString& aTarget,