From d87778376321abac9de5ad4bc79bf2b35c679738 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 24 Sep 2017 22:54:11 +0200 Subject: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-on: https://gerrit.libreoffice.org/42726 Reviewed-by: Tamás Zolnai Tested-by: Tamás Zolnai (cherry picked from commit e44c188a7353cc183fac8ece0cbf3611d842835e) Change-Id: I879a52820d78d9151ef64dd21612379f617f66e2 Reviewed-on: https://gerrit.libreoffice.org/45454 Reviewed-by: Ashod Nakashian Tested-by: Ashod Nakashian (cherry picked from commit 50e37a41acae8597fdb097715f8b76b16bce9f31) --- include/comphelper/numberedcollection.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx index 7af2f9e68fda..9ebacee01612 100644 --- a/include/comphelper/numberedcollection.hxx +++ b/include/comphelper/numberedcollection.hxx @@ -139,12 +139,12 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex of this collection. (fragmentation!) If collection is full (means there is no free number) the special value INVALID_NUMBER will be returned. - @note Those method can't be called within a multithreaded environment .. - Because such number wont be "reserved" for the calli of these method - it can happen that two calls returns the same number (reasoned by the fact that first calli + @note Those method can't be called within a multithreaded environment. + Because such number won't be "reserved" for the call of these method + it can happen that two calls returns the same number (reasoned by the fact that first call doesn't used the returned number already. - So the outside code has to make sure that retrieving and using of those number + So the outside code has to make sure that retrieving and using of those numbers will be an atomic operation. @return an unique number or special value INVALID_NUMBER if collection is full. -- cgit