Skip to content

Commit ab5734a

Browse files
committed
PDFBOX-5660: fix typo, as suggested by Valery Bokov
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1929863 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5a8e851 commit ab5734a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfbox/src/test/java/org/apache/pdfbox/encryption/TestSymmetricKeyEncryption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ void testPDFBox5955() throws IOException
292292
* @throws IOException If there is an unexpected error during the test.
293293
*/
294294
@Test
295-
void testProtectionInnerAttachmetn() throws IOException
295+
void testProtectionInnerAttachment() throws IOException
296296
{
297297
String testFileName = "preEnc_20141025_105451.pdf";
298298
byte[] inputFileWithEmbeddedFileAsByteArray = getFileResourceAsByteArray(testFileName);

0 commit comments

Comments
 (0)