summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-02-13 22:18:09 +0100
committerMichael Stahl <mstahl@redhat.com>2017-02-21 13:34:20 +0000
commit7bc1c438008517cc9d475a21cdc4a06c6d25eb8f (patch)
tree68bc4821920c8da49488058452dd358e6e7a1441 /vcl/source/gdi
parentcd497ebda3d63042c41e70a9ff8941a0fcf65572 (diff)
Fix typos/translations, following 04644956e53d
No automatic tools Change-Id: I3a6d18760f90c4ee02b9380758f97f6fca6c4428 Reviewed-on: https://gerrit.libreoffice.org/30874 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/source/gdi')
-rw-r--r--vcl/source/gdi/CommonSalLayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx
index 34514788d949..70cf6fb6e6c9 100644
--- a/vcl/source/gdi/CommonSalLayout.cxx
+++ b/vcl/source/gdi/CommonSalLayout.cxx
@@ -827,7 +827,7 @@ bool CommonSalLayout::IsKashidaPosValid(int nCharPos) const
{
// The position is the first glyphs, this would happen if we
// changed the text styling in the middle of a word. Since we don’t
- // do ligatures accross layout engine instances, thid can’t be a
+ // do ligatures across layout engine instances, this can’t be a
// ligature so it should be fine.
if (pIter == m_GlyphItems.begin())
return true;