Skip to content

Commit da41a20

Browse files
committed
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #435
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/2.0@1932865 13f79535-47bb-0310-9956-ffa450edef68
1 parent 460f804 commit da41a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public PDDocument(COSDocument doc, RandomAccessRead source)
245245
*
246246
* @param doc The COSDocument that this document wraps.
247247
* @param source the parser which is used to read the pdf
248-
* @param permission he access permissions of the pdf
248+
* @param permission the access permissions of the pdf
249249
*
250250
*/
251251
public PDDocument(COSDocument doc, RandomAccessRead source, AccessPermission permission)

0 commit comments

Comments
 (0)