summaryrefslogtreecommitdiff
path: root/vcl/quartz
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-05 09:54:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-05 14:05:09 +0000
commite3fd2c936fc8a64506c5ffb5275094fac7b3522f (patch)
treebdb5d9b9431b8cffa52eeb97259a18a8aa2af5a8 /vcl/quartz
parent09f4a21d1b38ad8cebb7916f068a5c7ce6f7e9ff (diff)
fix typo
Change-Id: I523bdcccc7ad84e9eb9bcfb7c9b436b4614bc97b
Diffstat (limited to 'vcl/quartz')
-rw-r--r--vcl/quartz/salvd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/salvd.cxx b/vcl/quartz/salvd.cxx
index 25688ebd60bf..4a8878d3a95e 100644
--- a/vcl/quartz/salvd.cxx
+++ b/vcl/quartz/salvd.cxx
@@ -72,7 +72,7 @@ AquaSalVirtualDevice::AquaSalVirtualDevice( AquaSalGraphics* pGraphic, long &nDX
if (nDY == 0)
nDY = 1;
mxLayer = CGLayerCreateWithContext( pData->rCGContext, CGSizeMake( nDX, nDY), NULL );
- // Interogate the context as to its real size
+ // Interrogate the context as to its real size
if (mxLayer)
{
const CGSize aSize = CGLayerGetSize( mxLayer );