summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-01-11 17:54:23 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2024-01-11 21:18:49 +0100
commit728be4c831d2c94d11a74445ff0665b2c7a0927c (patch)
treeffe331d4d601b31fc44f46703c7a71b3603ea805 /xmlsecurity
parentde98291912f6fddca8ff6cc3212c8e3850977892 (diff)
Fix typo
Change-Id: Ia63ef69c17c99de0c7bc3f33e7fc41dc042c2751 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161925 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/qa/unit/signing/signing2.cxx4
1 files changed, 2 insertions, 2 deletions
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);
}