summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-02-05 20:45:08 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-02-06 20:24:01 +0100
commit8912058eb3af906f354779fff19f46c3530148a2 (patch)
tree8f49a532dda37e180671700670ab78944da92a35 /filter
parent5b9a7d2251a844bb5bef2b5a187518c0c0f59c26 (diff)
Fix typo
Change-Id: I7ce6c8dec7cc6b441e2767911b6da99fa348926c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129537 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/qa/pdf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/qa/pdf.cxx b/filter/qa/pdf.cxx
index 2354baef89ca..07025c1b1c2e 100644
--- a/filter/qa/pdf.cxx
+++ b/filter/qa/pdf.cxx
@@ -69,7 +69,7 @@ CPPUNIT_TEST_FIXTURE(Test, testSignCertificateSubjectName)
getComponent().set(
loadFromDesktop("private:factory/swriter", "com.sun.star.text.TextDocument"));
- // When exporting to PDF, and referring to a certficicate using a subject name:
+ // When exporting to PDF, and referring to a certificate using a subject name:
uno::Reference<css::lang::XMultiServiceFactory> xFactory = getMultiServiceFactory();
uno::Reference<document::XFilter> xFilter(
xFactory->createInstance("com.sun.star.document.PDFFilter"), uno::UNO_QUERY);