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 /starmath | |
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 'starmath')
-rw-r--r-- | starmath/source/rect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/rect.cxx b/starmath/source/rect.cxx index 31cf876f35ac..1d3be5b0dda8 100644 --- a/starmath/source/rect.cxx +++ b/starmath/source/rect.cxx @@ -631,7 +631,7 @@ bool SmGetGlyphBoundRect(const OutputDevice &rDev, // use scale factor when calling GetTextBoundRect to counter // negative effects from antialiasing which may otherwise result - // in significant incorrect bounding rectangles for some charcters. + // in significant incorrect bounding rectangles for some characters. Size aFntSize = aFnt.GetSize(); // Workaround to avoid HUGE font sizes and resulting problems |