Author: tilman
Date: Sat Dec 14 12:19:42 2019
New Revision: 1871467

URL: http://svn.apache.org/viewvc?rev=1871467&view=rev
Log:
PDFBOX-4071: fix typo found by codespell on fossies.org

Modified:
    
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/StandardSecurityHandler.java

Modified: 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/StandardSecurityHandler.java
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/StandardSecurityHandler.java?rev=1871467&r1=1871466&r2=1871467&view=diff
==============================================================================
--- 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/StandardSecurityHandler.java
 (original)
+++ 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/StandardSecurityHandler.java
 Sat Dec 14 12:19:42 2019
@@ -349,7 +349,7 @@ public final class StandardSecurityHandl
     /**
      * Prepare document for encryption.
      *
-     * @param document The documenet to encrypt.
+     * @param document The document to encrypt.
      *
      * @throws IOException If there is an error accessing data.
      */


Reply via email to