summaryrefslogtreecommitdiff
path: root/vcl/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-01-17 12:50:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-01-17 15:50:16 +0100
commit9fb2cad5ba0dfc1c3617880c02f2e7b21384dd60 (patch)
tree534af3fd2923a0e76d7f39bf6336a848a794ad4c /vcl/qa
parent42574d1c7b94d7914cf960c9b3c3bc47c2d79110 (diff)
Fix typos
Change-Id: Ibf250ad583c0c58c1c7866bf1c37129f0e4b8fd9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109468 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 2b84591c3dca..f9d389777fbb 100644
--- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx
+++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
@@ -2613,7 +2613,7 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest, testPdfUaMetadata)
auto& rStream = pStreamObject->GetMemory();
rStream.Seek(0);
- // Search for the PDF/UA mrker in the metadata
+ // Search for the PDF/UA marker in the metadata
tools::XmlWalker aWalker;
CPPUNIT_ASSERT(aWalker.open(&rStream));