oox/qa/unit/CryptoTest.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9623845206e18c6e8c76402fe538aeda95cfab9d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Sep 26 21:04:11 2020 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Sep 27 09:52:54 2020 +0200

    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 <serval2...@yahoo.fr>

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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to