diff options
Diffstat (limited to 'vcl/quartz/ctlayout.cxx')
-rw-r--r-- | vcl/quartz/ctlayout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/ctlayout.cxx b/vcl/quartz/ctlayout.cxx index fe294cbbb28c..b70f436ecfad 100644 --- a/vcl/quartz/ctlayout.cxx +++ b/vcl/quartz/ctlayout.cxx @@ -433,7 +433,7 @@ void CTLayout::drawCTLine(AquaSalGraphics& rAquaGraphics, CTLineRef ctline, cons for(; iter != m_vRunData.end(); ++iter) { CTRunRef run = iter->m_pRun; - /* if we do not have Ajusted Poistions for a run, just use CoreText to draw it */ + /* if we do not have Adjusted Positions for a run, just use CoreText to draw it */ if(iter->m_pAdjPositions) { CTFontRef runFont = iter->m_pFont; |