From 93a974421208babdb4b2090f92acf4f0c14cc37d Mon Sep 17 00:00:00 2001 From: sadam36 Date: Sun, 24 Feb 2013 21:33:12 +0100 Subject: fdo#60724 - change 'charcter' to 'character' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Björn Michaelsen --- sw/source/ui/lingu/hhcwrp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source') 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; -- cgit