summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-24 19:48:51 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-24 23:34:49 +0200
commitafad1a0cbc893291ea32baa7234c4ed7a5ffcf80 (patch)
tree5cbda7f60e7d3efb1cb6d939a40efee08e434167 /xmlsecurity/inc
parent30320abbef8fabfeadda2b31b72f595c4a1c1ed9 (diff)
Fix typos
Change-Id: Ib778a6598f3797fe871a25b56b7b4b7761889296 Reviewed-on: https://gerrit.libreoffice.org/76269 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/framework/saxeventkeeperimpl.hxx6
-rw-r--r--xmlsecurity/inc/framework/securityengine.hxx2
2 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/inc/framework/saxeventkeeperimpl.hxx b/xmlsecurity/inc/framework/saxeventkeeperimpl.hxx
index 04994cca63a5..811c620423fe 100644
--- a/xmlsecurity/inc/framework/saxeventkeeperimpl.hxx
+++ b/xmlsecurity/inc/framework/saxeventkeeperimpl.hxx
@@ -55,13 +55,13 @@ class XMLSECURITY_DLLPUBLIC SAXEventKeeperImpl : public cppu::WeakImplHelper
* SAXEventKeeperImpl -- SAX events buffer controller
*
* FUNCTION
- * Controls SAX events to be bufferred, and controls bufferred SAX events
+ * Controls SAX events to be buffered, and controls buffered SAX events
* to be released.
******************************************************************************/
{
private:
/*
- * the XMLDocumentWrapper component which maintains all bufferred SAX
+ * the XMLDocumentWrapper component which maintains all buffered SAX
* in DOM format.
*/
css::uno::Reference< css::xml::wrapper::XXMLDocumentWrapper >
@@ -92,7 +92,7 @@ private:
/*
* the root node of the BufferNode tree.
- * the BufferNode tree is used to keep track of all bufferred elements,
+ * the BufferNode tree is used to keep track of all buffered elements,
* it has the same structure with the document which maintains those
* elements physically.
*/
diff --git a/xmlsecurity/inc/framework/securityengine.hxx b/xmlsecurity/inc/framework/securityengine.hxx
index 6e40d7fd8b53..50cec2d4b8b8 100644
--- a/xmlsecurity/inc/framework/securityengine.hxx
+++ b/xmlsecurity/inc/framework/securityengine.hxx
@@ -64,7 +64,7 @@ protected:
sal_Int32 m_nIdOfTemplateEC;
/*
- * remembers how many referenced elements have been bufferred completely,
+ * remembers how many referenced elements have been buffered completely,
* including the key element, template element, and referenced element of
* signature.
*/