diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-05-03 22:49:28 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-05-04 07:01:22 +0200 |
commit | a162f0f036fa1d0dc4dcd63c7859bda0b5702247 (patch) | |
tree | b605b2bd7d9a7580b5401dc9f19df37327735915 /vcl/qa | |
parent | b58b06fdc5edc9dbe5178225b2c090f7faf1918a (diff) |
Fix typos
Change-Id: I63ae6adec1967bcf888538437e5e88f0acdea66e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93392
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/pdfexport/pdfexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx index 346a8646abb9..ab5333498649 100644 --- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx +++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx @@ -2161,7 +2161,7 @@ void PdfExportTest::testVersion15() // Check round-trip of importing and exporting the PDF with PDFium filter, // which imports the PDF document as multiple PDFs as graphic object. // Each page in the document has one PDF graphic object which content is -// the correcponding page in the PDF. When such a document is exported, +// the corresponding page in the PDF. When such a document is exported, // the PDF graphic gets embedded into the exported PDF document (as a // Form XObject). void PdfExportTest::testMultiPagePDF() |