diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-24 23:42:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-24 23:45:22 +0100 |
commit | 8577f2f35eb23e5320e01c61344b0ad05e058814 (patch) | |
tree | b21b9d921bd78ab501293de6aa155e91aff5aa1a /vcl | |
parent | aec4088cd3bc01daaa324051abbe961d212c9c3b (diff) |
Typos
Change-Id: I5f2577dd1f047331a58d33e05684b673e6dbd11e
Diffstat (limited to 'vcl')
-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; |