summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:17:14 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:20 +0100
commite5355180f4f42d3ad0d630c2a9bf7a0a63a1aa06 (patch)
treea66b975c6dba3530d2ad48d78834a1159e70f59e /comphelper
parent45d38ff6c4e7026beb01463da52708a8824cdec0 (diff)
typo: sicne -> since
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/container/enumerablemap.cxx2
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;