[Libreoffice-commits] core.git: vcl/qa
Andrea Gelmini
andrea.gelmini at gelma.net
Thu Mar 22 17:52:59 UTC 2018
vcl/qa/cppunit/pdfexport/pdfexport.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8b7873d98bb2862f16ebf0462f63ee3635c4ef75
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Wed Mar 21 18:49:36 2018 +0100
Fix typo
Change-Id: I11e9d7c3e26a7be5e9f251d6c5ea099914cb5392
Reviewed-on: https://gerrit.libreoffice.org/51716
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins <ci at libreoffice.org>
diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
index fc46f22fec44..d0fa68cfa525 100644
--- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx
+++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
@@ -819,7 +819,7 @@ void PdfExportTest::testTdf115117_1()
// if we changed how font subsets are created.
// The second values, <00740069> etc., are Unicode code points in hex,
// <00740069> is U+0074 and U+0069 i.e. "ti" which is a ligature in
- // Carlito/Callibri. This test is failing if any of the second values
+ // Carlito/Calibri. This test is failing if any of the second values
// changed which means we are not detecting ligatures and writing CMAP
// entries for them correctly. If glyph order in the subset changes then
// the order here will changes and the PDF has to be carefully inspected to
More information about the Libreoffice-commits
mailing list