summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorsadam36 <sadam36@gmail.com>2013-02-24 21:33:12 +0100
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2013-02-25 13:19:12 +0000
commit93a974421208babdb4b2090f92acf4f0c14cc37d (patch)
treed25e117f263d4c62c3a4e75c052a8a7e8e526339 /unotools/inc
parent5269589ae4fbe65a7c4e3de3d429bc834348bf79 (diff)
fdo#60724 - change 'charcter' to 'character'
Changed all occurrences of 'charcter' found by git grep. All of them were used in comments only, so it should not break anything. Change-Id: Ief2c00d929ae7972c55a4920fc0eaa8d6b18ab82 Reviewed-on: https://gerrit.libreoffice.org/2372 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
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(...)