summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-24 22:54:11 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-09-25 12:20:56 +0200
commite44c188a7353cc183fac8ece0cbf3611d842835e (patch)
tree94491ea5c79bfb8b7845ecb57738e9735e5b0e54 /include/comphelper
parente1b9b8c91afdb9cb47d3c463a6a28ed4e23f63aa (diff)
Fix typos
Change-Id: I879a52820d78d9151ef64dd21612379f617f66e2 Reviewed-on: https://gerrit.libreoffice.org/42726 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/numberedcollection.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx
index a3429ac2862f..638641568d21 100644
--- a/include/comphelper/numberedcollection.hxx
+++ b/include/comphelper/numberedcollection.hxx
@@ -132,12 +132,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.