summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-14 21:58:44 +0100
committerJens Carl <j.carl43@gmx.de>2018-11-15 01:21:50 +0100
commit50b858b96b1c252b3190bda0210e9df016016c1f (patch)
treec553769b28d4293b7d8d415dd4475a5f898860de /embeddedobj
parent20b2903354138f8ab19261fab74658fcf6af70e3 (diff)
Fix typo
Change-Id: I9ccd24ad6baf3e3ebe6c988ad14df0f5f7c96ca0 Reviewed-on: https://gerrit.libreoffice.org/63392 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/inc/oleembobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/embeddedobj/source/inc/oleembobj.hxx b/embeddedobj/source/inc/oleembobj.hxx
index d9b75d2a9836..25194c87d0f8 100644
--- a/embeddedobj/source/inc/oleembobj.hxx
+++ b/embeddedobj/source/inc/oleembobj.hxx
@@ -207,7 +207,7 @@ class OleEmbeddedObject : public ::cppu::WeakImplHelper
css::uno::Reference< css::uno::XInterface > m_xParent;
- /// If it is allowed to modify entires in the stream of the OLE storage.
+ /// If it is allowed to modify entries in the stream of the OLE storage.
bool m_bStreamReadOnly = false;
protected: