diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-03 16:55:09 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-07 09:32:45 +0300 |
commit | 89a8511b7a5f6cf730d7bef045017696648602d8 (patch) | |
tree | 91cbce571472561aa21464c5175fc41523efef01 /vcl/quartz/salgdicommon.cxx | |
parent | 099dd432b28adbd1d0503ec688a1e9b3579aab2b (diff) |
Typo
Change-Id: I89c00f13f28276c7d3d19fcb0a0d1f1ef64b2d60
Diffstat (limited to 'vcl/quartz/salgdicommon.cxx')
-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 33ee232108ea..b4b6dadfb3cf 100644 --- a/vcl/quartz/salgdicommon.cxx +++ b/vcl/quartz/salgdicommon.cxx @@ -904,7 +904,7 @@ bool AquaSalGraphics::drawPolyLine( CGContextSetAlpha( mrContext, 1.0 - fTransparency ); CGContextSetLineJoin( mrContext, aCGLineJoin ); CGContextSetLineCap( mrContext, aCGLineCap ); - CG_TRACE( "CGContextSetLineWifth(" << mrContext << "," << rLineWidths.getX() << ")" ); + CG_TRACE( "CGContextSetLineWidth(" << mrContext << "," << rLineWidths.getX() << ")" ); CGContextSetLineWidth( mrContext, rLineWidths.getX() ); CG_TRACE( "CGContextDrawPath(" << mrContext << ",kCGPathStroke)" ); CGContextDrawPath( mrContext, kCGPathStroke ); |