[Libreoffice-commits] core.git: vcl/source
Andrea Gelmini
andrea.gelmini at gelma.net
Thu Dec 7 21:16:48 UTC 2017
vcl/source/gdi/CommonSalLayout.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9536b678c3829c3578ea41e23efdb0319d79288f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Thu Dec 7 00:33:50 2017 +0100
Fix typo
Change-Id: I6c2a81ec4f60d09819112952a4384b8096ea414f
Reviewed-on: https://gerrit.libreoffice.org/46004
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx
index 2f110b138a8a..76147a201eb8 100644
--- a/vcl/source/gdi/CommonSalLayout.cxx
+++ b/vcl/source/gdi/CommonSalLayout.cxx
@@ -869,7 +869,7 @@ void CommonSalLayout::ApplyDXArray(ImplLayoutArgs& rArgs)
// Id this glyph is Kashida-justifiable, then mark this as a Kashida
// position. Since this must be a RTL glyph, we mark the last glyph in
- // the cluster not the fisrt as this would be the base glyph.
+ // the cluster not the first as this would be the base glyph.
// nDiff > 1 to ignore rounding errors.
if (bKashidaJustify && m_GlyphItems[i].AllowKashida() && nDiff > 1)
{
More information about the Libreoffice-commits
mailing list