Skip to content

Commit e655c03

Browse files
committed
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #218
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1927859 13f79535-47bb-0310-9956-ffa450edef68
1 parent cea82bf commit e655c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDAbstractContentStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ protected void writeBytes(byte[] data) throws IOException
15291529
/**
15301530
* Writes an AffineTransform to the content stream as an array.
15311531
*
1532-
* @param transform AffineTransfrom to be added to the content stream
1532+
* @param transform AffineTransform to be added to the content stream
15331533
* @throws IOException If the underlying stream has a problem being written to.
15341534
*/
15351535
private void writeAffineTransform(AffineTransform transform) throws IOException

0 commit comments

Comments
 (0)