xmlsecurity/qa/unit/signing/signing2.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 728be4c831d2c94d11a74445ff0665b2c7a0927c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jan 11 17:54:23 2024 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Thu Jan 11 21:18:49 2024 +0100

    Fix typo
    
    Change-Id: Ia63ef69c17c99de0c7bc3f33e7fc41dc042c2751
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161925
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/xmlsecurity/qa/unit/signing/signing2.cxx 
b/xmlsecurity/qa/unit/signing/signing2.cxx
index 88b3ab99a705..71e887df236a 100644
--- a/xmlsecurity/qa/unit/signing/signing2.cxx
+++ b/xmlsecurity/qa/unit/signing/signing2.cxx
@@ -168,7 +168,7 @@ CPPUNIT_TEST_FIXTURE(SigningTest2, 
testPasswordPreserveMacroSignatureODF13)
         CPPUNIT_ASSERT_EQUAL(OUString("secret"), 
xTextDoc->getText()->getString());
         // test macro signature - this didn't actually work!
         // using Zip Storage means the encrypted streams are signed, so
-        // after encrypting again the sigature didn't match and was dropped
+        // after encrypting again the signature didn't match and was dropped
         //        assertDocument(CPPUNIT_SOURCELINE(), "writer8", 
SignatureState::NOSIGNATURES,
         //                       SignatureState::OK, ODFVER_013_TEXT);
     }
@@ -361,7 +361,7 @@ CPPUNIT_TEST_FIXTURE(SigningTest2, 
testPasswordPreserveMacroSignatureODFWholesom
         CPPUNIT_ASSERT_EQUAL(OUString("secret"), 
xTextDoc->getText()->getString());
         // test macro signature - this didn't actually work!
         // using Zip Storage means the encrypted streams are signed, so
-        // after encrypting again the sigature didn't match and was dropped
+        // after encrypting again the signature didn't match and was dropped
         //        assertDocument(CPPUNIT_SOURCELINE(), "writer8", 
SignatureState::NOSIGNATURES,
         //                       SignatureState::OK, ODFVER_013_TEXT);
     }

Reply via email to