summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-17 14:49:41 +0200
committerNoel Grandin <noel@peralex.com>2014-07-17 14:49:41 +0200
commit8416a65af18b7b030dece09f532235b8bb195a2b (patch)
tree5537ac31914df1887d0f20490e6658fa23c0691e /include/cppuhelper
parentRender slides by default. (diff)
downloadcore-8416a65af18b7b030dece09f532235b8bb195a2b.tar.gz
core-8416a65af18b7b030dece09f532235b8bb195a2b.zip
fix spelling structur -> structure
Change-Id: I7aa4a9bf72732db95a67cee368f3a83a0d71bb9c
Diffstat (limited to 'include/cppuhelper')
-rw-r--r--include/cppuhelper/interfacecontainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/interfacecontainer.h b/include/cppuhelper/interfacecontainer.h
index 56805f099da2..4b52c55e0682 100644
--- a/include/cppuhelper/interfacecontainer.h
+++ b/include/cppuhelper/interfacecontainer.h
@@ -433,7 +433,7 @@ struct OBroadcastHelperVar
sal_Bool bInDispose;
/**
- Initialize the structur. bDispose and bInDispose are set to false.
+ Initialize the structure. bDispose and bInDispose are set to false.
@param rMutex_ the mutex reference.
*/
OBroadcastHelperVar( ::osl::Mutex & rMutex_ )