summaryrefslogtreecommitdiff
path: root/include/comphelper/numberedcollection.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:54:23 +0200
committerOliver Specht <oliver.specht@cib.de>2015-09-30 12:36:37 +0000
commitb3ebda451f3f48bfdaaef7b4ea06083c8966ff0e (patch)
tree1149f1f99dfabbb01f1c2f622ed1e6a557d599ae /include/comphelper/numberedcollection.hxx
parented25a000ab67324075e68d9a7f3ca657b4e6a573 (diff)
Fix typos
Change-Id: Ia8b2176a439742769e61fb6a981000f316033071 Reviewed-on: https://gerrit.libreoffice.org/18954 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'include/comphelper/numberedcollection.hxx')
-rw-r--r--include/comphelper/numberedcollection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx
index ec4db52ff556..d69247e60da3 100644
--- a/include/comphelper/numberedcollection.hxx
+++ b/include/comphelper/numberedcollection.hxx
@@ -136,7 +136,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex
/** @short trys to find an unique number not already used within this collection.
- @descr It reuses the smalles number which isn't used by any component
+ @descr It reuses the smallest number which isn't used by any component
of this collection. (fragmentation!) If collection is full (means there
is no free number) the special value INVALID_NUMBER will be returned.