xmlsecurity/qa/xmlsec/xmlsec.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 828a836031463ff12b787d1599628568b8c5e5cb
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Sep 25 13:58:44 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Sep 25 18:35:04 2024 +0200

    Fix typo
    
    Change-Id: Id1e54ad708501733282851b6538bc946119742b2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173934
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/xmlsecurity/qa/xmlsec/xmlsec.cxx b/xmlsecurity/qa/xmlsec/xmlsec.cxx
index 70775f5427f9..a078ec912d39 100644
--- a/xmlsecurity/qa/xmlsec/xmlsec.cxx
+++ b/xmlsecurity/qa/xmlsec/xmlsec.cxx
@@ -45,7 +45,7 @@ OString ReadToString(const OUString& rUrl)
 
 CPPUNIT_TEST_FIXTURE(Test, testInsertPrivateKey)
 {
-    // Given a view that has CA/cert/key data data associated:
+    // Given a view that has CA/cert/key data associated:
     uno::Reference<xml::crypto::XSEInitializer> mxSEInitializer
         = xml::crypto::SEInitializer::create(getComponentContext());
     uno::Reference<xml::crypto::XXMLSecurityContext> xSecurityContext

Reply via email to