diff options
Diffstat (limited to 'include/comphelper/numberedcollection.hxx')
-rw-r--r-- | include/comphelper/numberedcollection.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx index 638641568d21..f004e0a31dcf 100644 --- a/include/comphelper/numberedcollection.hxx +++ b/include/comphelper/numberedcollection.hxx @@ -126,7 +126,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex private: - /** @short trys to find an unique number not already used within this collection. + /** @short tries to find an unique number not already used within this collection. @descr It reuses the smallest number which isn't used by any component of this collection. (fragmentation!) If collection is full (means there |