summaryrefslogtreecommitdiff
path: root/vcl/source/filter/ixpm
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-01-16 22:20:55 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-01-17 06:05:57 +0000
commitbc2dee995b38fd16336541d533a105245aa681d2 (patch)
treee1bf211978b6e53e6877caf397d0f24397d3286b /vcl/source/filter/ixpm
parent294f2e627cc6f1d0483f7affcf96467a4bd3ba5a (diff)
Typo: charakter->character
Change-Id: Ie925c3f15fc00cbc16f1b73d5e61be4d6fe9b8ec Reviewed-on: https://gerrit.libreoffice.org/33191 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source/filter/ixpm')
-rw-r--r--vcl/source/filter/ixpm/xpmread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/ixpm/xpmread.cxx b/vcl/source/filter/ixpm/xpmread.cxx
index 57dd2b3f10d6..6193bbbb411a 100644
--- a/vcl/source/filter/ixpm/xpmread.cxx
+++ b/vcl/source/filter/ixpm/xpmread.cxx
@@ -213,7 +213,7 @@ ReadState XPMReader::ReadXPM( Graphic& rGraphic )
mpAcc->SetPaletteColor( (sal_uInt8)i, Color( pPtr[1], pPtr[2], pPtr[3] ) );
pPtr += ( mnCpp + 4 );
}
- // using 2 charakters per pixel and less than 257 Colors we speed up
+ // using 2 characters per pixel and less than 257 Colors we speed up
if ( mnCpp == 2 ) // by using a 64kb indexing table
{
const size_t nSize = 256 * 256;