summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/digitgroupingiterator.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/inc/unotools/digitgroupingiterator.hxx b/unotools/inc/unotools/digitgroupingiterator.hxx
index a4c4da9c71cd..d7bca117756b 100644
--- a/unotools/inc/unotools/digitgroupingiterator.hxx
+++ b/unotools/inc/unotools/digitgroupingiterator.hxx
@@ -40,7 +40,7 @@ namespace utl {
count single characters but hunks of groups instead using the get() method,
this is just for illustrating usage. Anyway, for double values it is highly
more efficient to use ::rtl::math::doubleToString() and pass the grouping
- sequence, instead of using this iterator and inserting charcters into
+ sequence, instead of using this iterator and inserting characters into
strings.
DigitGroupingIterator aGrouping(...)