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/source/framework/buffernode.hxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'xmlsecurity/source/framework/buffernode.hxx') diff --git a/xmlsecurity/source/framework/buffernode.hxx b/xmlsecurity/source/framework/buffernode.hxx index 1b8e6f8574e9..e3cabd97e955 100644 --- a/xmlsecurity/source/framework/buffernode.hxx +++ b/xmlsecurity/source/framework/buffernode.hxx @@ -34,16 +34,16 @@ class BufferNode final /****** buffernode.hxx/CLASS BufferNode *************************************** * * NAME - * BufferNode -- Class to maintain the tree of bufferred elements + * BufferNode -- Class to maintain the tree of buffered elements * * FUNCTION - * One BufferNode object represents a bufferred element in the document + * One BufferNode object represents a buffered element in the document * wrapper component. * All BufferNode objects construct a tree which has the same structure - * of all bufferred elements. That is to say, if one bufferred element is - * an ancestor of another bufferred element, then the corresponding + * of all buffered elements. That is to say, if one buffered element is + * an ancestor of another buffered element, then the corresponding * BufferNode objects are also in ancestor/descendant relationship. - * This class is used to manipulate the tree of bufferred elements. + * This class is used to manipulate the tree of buffered elements. ******************************************************************************/ { private: @@ -63,12 +63,12 @@ private: ElementMark* m_pBlocker; /* - * whether the element has completely bufferred by the document wrapper + * whether the element has completely buffered by the document wrapper * component */ bool m_bAllReceived; - /* the XMLElementWrapper of the bufferred element */ + /* the XMLElementWrapper of the buffered element */ css::uno::Reference< css::xml::wrapper::XXMLElementWrapper > m_xXMLElement; private: -- cgit