From 728be4c831d2c94d11a74445ff0665b2c7a0927c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 11 Jan 2024 17:54:23 +0100 Subject: Fix typo Change-Id: Ia63ef69c17c99de0c7bc3f33e7fc41dc042c2751 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161925 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- xmlsecurity/qa/unit/signing/signing2.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlsecurity') 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); } -- cgit