diff options
author | Noel Grandin <noel@peralex.com> | 2014-07-17 14:49:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-17 14:49:41 +0200 |
commit | 8416a65af18b7b030dece09f532235b8bb195a2b (patch) | |
tree | 5537ac31914df1887d0f20490e6658fa23c0691e /include/cppuhelper | |
parent | a39f690a2ac9bf8a04d3371cc837ca81bd85f22c (diff) |
fix spelling structur -> structure
Change-Id: I7aa4a9bf72732db95a67cee368f3a83a0d71bb9c
Diffstat (limited to 'include/cppuhelper')
-rw-r--r-- | include/cppuhelper/interfacecontainer.h | 2 |
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_ ) |