summaryrefslogtreecommitdiff
path: root/vcl/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-03-21 18:49:36 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-03-22 18:52:33 +0100
commit8b7873d98bb2862f16ebf0462f63ee3635c4ef75 (patch)
treee0ecf2a1f96e37ec31843b0a12394c3bf414238c /vcl/qa
parentda9aa49f360c1351f5b5ce8bcf4a9df2db8c4f15 (diff)
Fix typo
Change-Id: I11e9d7c3e26a7be5e9f251d6c5ea099914cb5392 Reviewed-on: https://gerrit.libreoffice.org/51716 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'vcl/qa')
-rw-r--r--vcl/qa/cppunit/pdfexport/pdfexport.cxx2
1 files changed, 1 insertions, 1 deletions
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