diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-05-22 15:35:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-05-22 18:39:39 +0200 |
commit | 6924586821805b7a338c8e746141f51e3ba29560 (patch) | |
tree | 17bae166b25a921aa3d78ff59356f4b834d7a30e /vcl | |
parent | c7736a68035e25087d61d8ca4eddaf3de5d38c2c (diff) |
Fix typos
Change-Id: Idbe136fbfd222e8baad588dc36a2f9b7ce6996ec
Reviewed-on: https://gerrit.libreoffice.org/54590
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/quartz/salgdicommon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx index 11643e4f16cd..2c4fd043fe5e 100644 --- a/vcl/quartz/salgdicommon.cxx +++ b/vcl/quartz/salgdicommon.cxx @@ -2129,7 +2129,7 @@ void XorEmulation::SetTarget( int nWidth, int nHeight, int nTargetDepth, CGContextSetStrokeColorSpace( m_xMaskContext, aCGColorSpace ); CGContextSetShouldAntialias( m_xMaskContext, false ); - // improve the XorMask's XOR emulation a litte + // improve the XorMask's XOR emulation a little // NOTE: currently only enabled for monochrome contexts if( aCGColorSpace == GetSalData()->mxGraySpace ) { |