Author: tilman
Date: Wed Nov 19 12:10:56 2025
New Revision: 1929863

Log:
PDFBOX-5660: fix typo, as suggested by Valery Bokov

Modified:
   
pdfbox/trunk/pdfbox/src/test/java/org/apache/pdfbox/encryption/TestSymmetricKeyEncryption.java

Modified: 
pdfbox/trunk/pdfbox/src/test/java/org/apache/pdfbox/encryption/TestSymmetricKeyEncryption.java
==============================================================================
--- 
pdfbox/trunk/pdfbox/src/test/java/org/apache/pdfbox/encryption/TestSymmetricKeyEncryption.java
      Wed Nov 19 11:56:48 2025        (r1929862)
+++ 
pdfbox/trunk/pdfbox/src/test/java/org/apache/pdfbox/encryption/TestSymmetricKeyEncryption.java
      Wed Nov 19 12:10:56 2025        (r1929863)
@@ -292,7 +292,7 @@ class TestSymmetricKeyEncryption
      * @throws IOException If there is an unexpected error during the test.
      */
     @Test
-    void testProtectionInnerAttachmetn() throws IOException
+    void testProtectionInnerAttachment() throws IOException
     {
         String testFileName = "preEnc_20141025_105451.pdf";
         byte[] inputFileWithEmbeddedFileAsByteArray = 
getFileResourceAsByteArray(testFileName);

Reply via email to