summaryrefslogtreecommitdiff
path: root/include/comphelper/numberedcollection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/numberedcollection.hxx')
-rw-r--r--include/comphelper/numberedcollection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx
index f37ebd02f9c2..cd0ba95a44d0 100644
--- a/include/comphelper/numberedcollection.hxx
+++ b/include/comphelper/numberedcollection.hxx
@@ -40,7 +40,7 @@ namespace comphelper{
/** @short defines a collection of UNO components, where every component will get its own unique number.
@descr Such number will be unique at runtime only ... but it supports fragmentation.
- Note: This collection uses weak refrences only to know her components.
+ Note: This collection uses weak references only to know her components.
So lifetime of thise components must be controlled outside.
@threadsafe
@@ -136,7 +136,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex
/** @short trys to find an unique number not already used within this collection.
- @descr It reuses the smalles number which isnt used by any component
+ @descr It reuses the smalles number which isn't used by any component
of this collection. (fragmentation!) If collection is full (means there
is no free number) the special value INVALID_NUMBER will be returned.