summaryrefslogtreecommitdiff
path: root/vcl/quartz
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/quartz')
-rw-r--r--vcl/quartz/salgdicommon.cxx2
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 )
{