diff options
author | sadam36 <sadam36@gmail.com> | 2013-02-24 21:33:12 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-25 13:19:12 +0000 |
commit | 93a974421208babdb4b2090f92acf4f0c14cc37d (patch) | |
tree | d25e117f263d4c62c3a4e75c052a8a7e8e526339 /sw/source | |
parent | 5269589ae4fbe65a7c4e3de3d429bc834348bf79 (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 'sw/source')
-rw-r--r-- | sw/source/ui/lingu/hhcwrp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/lingu/hhcwrp.cxx b/sw/source/ui/lingu/hhcwrp.cxx index 8fdb7de4f4f6..454c6ba6ff8f 100644 --- a/sw/source/ui/lingu/hhcwrp.cxx +++ b/sw/source/ui/lingu/hhcwrp.cxx @@ -602,7 +602,7 @@ void SwHHCWrapper::Convert() // of them are words on their own!) using the word boundary here does // not work. Thus since chinese conversion is not interactive we start // at the begin of the paragraph to solve the problem, i.e. have the - // TextConversion service get those charcters together in the same call. + // TextConversion service get those characters together in the same call. xub_StrLen nStartIdx = STRING_MAXLEN; if (editeng::HangulHanjaConversion::IsChinese( GetSourceLanguage() ) ) nStartIdx = 0; |