summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/numberedcollection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/numberedcollection.cxx')
-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 82181a02ff78..4283360bf06a 100644
--- a/comphelper/source/misc/numberedcollection.cxx
+++ b/comphelper/source/misc/numberedcollection.cxx
@@ -195,7 +195,7 @@ OUString SAL_CALL NumberedCollection::getUntitledPrefix()
::sal_Int32 c = (::sal_Int32)m_lComponents.size ();
::sal_Int32 i = 1;
- // c cant be less then 0 ... otherwise hash.size() has an error :-)
+ // c can't be less then 0 ... otherwise hash.size() has an error :-)
// But we need at least n+1 numbers here.
c += 1;