vcl/qa/cppunit/pdfexport/pdfexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 59ba4bdbbd2545b345e07f47123ab67be25eac0f Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Mar 3 18:09:16 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Mar 4 09:24:35 2026 +0100 Fix typo Change-Id: Ic4a792f49332a282c1d86257b13105e306136879 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200902 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx index 3789f713dc4e..1d8050154634 100644 --- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx +++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx @@ -2167,7 +2167,7 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest, testVariableFontPSName2) #endif } -// This test docuemnt embeds a variable font with opsz axis, and sets the text in the same font but +// This test document embeds a variable font with opsz axis, and sets the text in the same font but // different point sizes. The font should be embedded multiple times as different instances // corresponding to the different opsz values. CPPUNIT_TEST_FIXTURE(PdfExportTest, testOpticalSizing)
