diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-24 19:48:51 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-24 23:34:49 +0200 |
commit | afad1a0cbc893291ea32baa7234c4ed7a5ffcf80 (patch) | |
tree | 5cbda7f60e7d3efb1cb6d939a40efee08e434167 /xmlsecurity/source/framework/buffernode.hxx | |
parent | 30320abbef8fabfeadda2b31b72f595c4a1c1ed9 (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/source/framework/buffernode.hxx')
-rw-r--r-- | xmlsecurity/source/framework/buffernode.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
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: |