diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:17:14 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:20 +0100 |
commit | e5355180f4f42d3ad0d630c2a9bf7a0a63a1aa06 (patch) | |
tree | a66b975c6dba3530d2ad48d78834a1159e70f59e /comphelper/source | |
parent | 45d38ff6c4e7026beb01463da52708a8824cdec0 (diff) |
typo: sicne -> since
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/container/enumerablemap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/container/enumerablemap.cxx b/comphelper/source/container/enumerablemap.cxx index 247c18dddf71..2eb27c767bf8 100644 --- a/comphelper/source/container/enumerablemap.cxx +++ b/comphelper/source/container/enumerablemap.cxx @@ -333,7 +333,7 @@ namespace comphelper } private: - // sicne we share our mutex with the main map, we need to keep it alive as long as we live + // since we share our mutex with the main map, we need to keep it alive as long as we live Reference< XInterface > m_xKeepMapAlive; ::std::auto_ptr< MapData > m_pMapDataCopy; MapEnumerator m_aEnumerator; |