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 --- editeng/inc/editeng/svxacorr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editeng') diff --git a/editeng/inc/editeng/svxacorr.hxx b/editeng/inc/editeng/svxacorr.hxx index f58dff1aad49..26d1ae5bb88e 100644 --- a/editeng/inc/editeng/svxacorr.hxx +++ b/editeng/inc/editeng/svxacorr.hxx @@ -421,7 +421,7 @@ public: static long GetDefaultFlags(); -// returns sal_True for charcters where the function +// returns sal_True for characters where the function // 'SvxAutoCorrect::AutoCorrect' should be called. // (used to avoid occasional 'collisions' with (Thai) input-sequence-checking) static sal_Bool IsAutoCorrectChar( sal_Unicode cChar ); -- cgit