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 /editeng | |
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 'editeng')
-rw-r--r-- | editeng/inc/editeng/svxacorr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |