From 72c68a3d1768ea2e05671aee3b2a0db8d87c9e86 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 26 Jan 2018 11:37:23 +0100 Subject: Fix typos Change-Id: I914ac70f39028caebafb874e871f11017fda7795 Reviewed-on: https://gerrit.libreoffice.org/48682 Tested-by: Jenkins Reviewed-by: Jens Carl --- include/comphelper/numberedcollection.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper') 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 -- cgit