vcl/qa/cppunit/pdfexport/PDFEncryptionTest.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4911fc79ec16f9945d726cf9c57ad991a7d1a89a
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Mon Dec 23 23:32:08 2024 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Fri Dec 27 12:20:29 2024 +0100

    Fix typo
    
    Change-Id: I950e9d7be41f74c638d870eff18dcf6599142929
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179269
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/vcl/qa/cppunit/pdfexport/PDFEncryptionTest.cxx 
b/vcl/qa/cppunit/pdfexport/PDFEncryptionTest.cxx
index e279039a4f15..6c27b7e4d2c1 100644
--- a/vcl/qa/cppunit/pdfexport/PDFEncryptionTest.cxx
+++ b/vcl/qa/cppunit/pdfexport/PDFEncryptionTest.cxx
@@ -387,7 +387,7 @@ std::vector<sal_uInt8> 
decrypt_AES_256_CBC(std::vector<sal_uInt8>& rKey,
 
 CPPUNIT_TEST_FIXTURE(PDFEncryptionTest, testFileEncryption_checkDifferentIV)
 {
-    // Check each call to encrypt is usign a different IV (initialization 
vector)
+    // Check each call to encrypt is using a different IV (initialization 
vector)
 
     std::vector<sal_uInt8> aKey
         = 
parseHex("90e657b78c0315610f3f421bd396ff635fa8fe3cf2ea399e7e1ae23e6185b4fc");

Reply via email to