summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/numberedcollection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/numberedcollection.cxx b/comphelper/source/misc/numberedcollection.cxx
index 81533aa7b249..20c1b7cf8754 100644
--- a/comphelper/source/misc/numberedcollection.cxx
+++ b/comphelper/source/misc/numberedcollection.cxx
@@ -187,7 +187,7 @@ OUString SAL_CALL NumberedCollection::getUntitledPrefix()
::sal_Int32 c = static_cast<::sal_Int32>(m_lComponents.size ());
::sal_Int32 i = 1;
- // c can't be less then 0 ... otherwise hash.size() has an error :-)
+ // c can't be less than 0 ... otherwise hash.size() has an error :-)
// But we need at least n+1 numbers here.
c += 1;