diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-09-26 21:04:11 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-27 09:52:54 +0200 |
commit | 9623845206e18c6e8c76402fe538aeda95cfab9d (patch) | |
tree | be9c600bea29289b19b0cabe08e5709858ada66f /oox | |
parent | b35aefac5682d99c172bc24681200aee7b327bf3 (diff) |
Fix typo in code
Tested before split here:
https://gerrit.libreoffice.org/c/core/+/103464
Change-Id: Iadc9dd49762ec63bd8b3edba322bcbf5d0f862a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103487
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/qa/unit/CryptoTest.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/qa/unit/CryptoTest.cxx b/oox/qa/unit/CryptoTest.cxx index c4058619e5c9..15f9ae158dc4 100644 --- a/oox/qa/unit/CryptoTest.cxx +++ b/oox/qa/unit/CryptoTest.cxx @@ -29,7 +29,7 @@ public: void testRoundUp(); void testStandard2007(); void testAgileEncryptionVerifier(); - void testAgileEncrpytionInfoWritingAndParsing(); + void testAgileEncryptionInfoWritingAndParsing(); void testAgileDataIntegrityHmacKey(); void testAgileEncryptingAndDecrypting(); @@ -38,7 +38,7 @@ public: CPPUNIT_TEST(testRoundUp); CPPUNIT_TEST(testStandard2007); CPPUNIT_TEST(testAgileEncryptionVerifier); - CPPUNIT_TEST(testAgileEncrpytionInfoWritingAndParsing); + CPPUNIT_TEST(testAgileEncryptionInfoWritingAndParsing); CPPUNIT_TEST(testAgileDataIntegrityHmacKey); CPPUNIT_TEST(testAgileEncryptingAndDecrypting); CPPUNIT_TEST_SUITE_END(); @@ -192,7 +192,7 @@ void CryptoTest::testAgileEncryptionVerifier() CPPUNIT_ASSERT_EQUAL(true, aEngine.decryptAndCheckVerifierHash(aPassword)); } -void CryptoTest::testAgileEncrpytionInfoWritingAndParsing() +void CryptoTest::testAgileEncryptionInfoWritingAndParsing() { OUString aPassword("Password"); std::vector<sal_uInt8> aKeyDataSalt; |