vcl/qa/cppunit/pdfexport/pdfexport2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f31c974e6700b652d646021363080f308bcafa3d Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Aug 12 15:12:30 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Aug 13 10:56:21 2025 +0200 Fix typo Change-Id: I74aa603dfb048701e337e1270c429ac8698d5eca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189432 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/vcl/qa/cppunit/pdfexport/pdfexport2.cxx b/vcl/qa/cppunit/pdfexport/pdfexport2.cxx index 3544a7966173..717b13d2f004 100644 --- a/vcl/qa/cppunit/pdfexport/pdfexport2.cxx +++ b/vcl/qa/cppunit/pdfexport/pdfexport2.cxx @@ -292,7 +292,7 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest2, testTdf121615) CPPUNIT_TEST_FIXTURE(PdfExportTest2, testTdf141171) { // Commented out this test, because it doesn't test what it thinks it tests. - // It was supposed to test whether or not an image is expored with transparency. + // It was supposed to test whether or not an image is exported with transparency. // But transparency in PDF is weird, it is stored as a separate image. // So checking the color image (as this test does, is not useful). //
