diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-26 11:37:23 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-01-27 08:45:03 +0100 |
commit | 72c68a3d1768ea2e05671aee3b2a0db8d87c9e86 (patch) | |
tree | 427d070add01976520c546f56e373d6d903c97f8 /include/comphelper | |
parent | ba8c04a6fc7d1931b4417af99aa0b45091747d83 (diff) |
Fix typos
Change-Id: I914ac70f39028caebafb874e871f11017fda7795
Reviewed-on: https://gerrit.libreoffice.org/48682
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'include/comphelper')
-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 |