summaryrefslogtreecommitdiff
path: root/include/comphelper/sequence.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/sequence.hxx')
-rw-r--r--include/comphelper/sequence.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/sequence.hxx b/include/comphelper/sequence.hxx
index 46f8153253f3..cbc2317b5731 100644
--- a/include/comphelper/sequence.hxx
+++ b/include/comphelper/sequence.hxx
@@ -140,10 +140,10 @@ namespace comphelper
const TYPE* m_pCurrent;
public:
- /** contrcuct a sequence iterator from a sequence
+ /** construct a sequence iterator from a sequence
*/
OSequenceIterator(const css::uno::Sequence< TYPE >& _rSeq);
- /** contrcuct a sequence iterator from a Any containing a sequence
+ /** construct a sequence iterator from a Any containing a sequence
*/
OSequenceIterator(const css::uno::Any& _rSequenceAny);