summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-09 10:18:31 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-10 19:13:31 +0000
commit3742748699cc09b04bff3d7c606f1c7a21427357 (patch)
treea15b82c225518c1688e82bb8384fb9b53974c18e /include
parent498d3d9c4b1b1201f1a8eaeb52cfd0dd9eaa047b (diff)
Fix typos
Change-Id: I1c1894fcf533291b34a662b6efb96dcfa75b92b3 Reviewed-on: https://gerrit.libreoffice.org/24760 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/interfacecontainer2.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/interfacecontainer2.hxx b/include/comphelper/interfacecontainer2.hxx
index fa43fea5f9a4..e4df46d6f76c 100644
--- a/include/comphelper/interfacecontainer2.hxx
+++ b/include/comphelper/interfacecontainer2.hxx
@@ -69,7 +69,7 @@ class COMPHELPER_DLLPUBLIC OInterfaceIteratorHelper2
public:
/**
Create an iterator over the elements of the container. The iterator
- copies the elements of the conatainer. A change to the container
+ copies the elements of the container. A change to the container
during the lifetime of an iterator is allowed and does not
affect the iterator-instance. The iterator and the container take cares
themself for concurrent access, no additional guarding is necessary.
@@ -251,7 +251,7 @@ friend class OInterfaceIteratorHelper2;
SAL_DELETED_FUNCTION;
/*
- Duplicate content of the conaitner and release the old one without destroying.
+ Duplicate content of the container and release the old one without destroying.
The mutex must be locked and the memberbInUse must be true.
*/
void copyAndResetInUse();