From afad1a0cbc893291ea32baa7234c4ed7a5ffcf80 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 24 Jul 2019 19:48:51 +0200 Subject: Fix typos Change-Id: Ib778a6598f3797fe871a25b56b7b4b7761889296 Reviewed-on: https://gerrit.libreoffice.org/76269 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- xmlsecurity/inc/framework/saxeventkeeperimpl.hxx | 6 +++--- xmlsecurity/inc/framework/securityengine.hxx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'xmlsecurity/inc') 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. */ -- cgit