Author: tilman
Date: Thu Aug 27 10:45:52 2026
New Revision: 1937515

Log:
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #499; closes #500

Modified:
   pdfbox/branches/3.0/tools/src/main/java/org/apache/pdfbox/tools/Decrypt.java
   pdfbox/branches/3.0/tools/src/main/java/org/apache/pdfbox/tools/Encrypt.java

Modified: 
pdfbox/branches/3.0/tools/src/main/java/org/apache/pdfbox/tools/Decrypt.java
==============================================================================
--- 
pdfbox/branches/3.0/tools/src/main/java/org/apache/pdfbox/tools/Decrypt.java    
    Thu Aug 27 09:47:21 2026        (r1937514)
+++ 
pdfbox/branches/3.0/tools/src/main/java/org/apache/pdfbox/tools/Decrypt.java    
    Thu Aug 27 10:45:52 2026        (r1937515)
@@ -32,7 +32,7 @@ import picocli.CommandLine.Command;
 import picocli.CommandLine.Option;
 
 /**
- * This will read a document from the filesystem, decrypt it and and then write
+ * This will read a document from the filesystem, decrypt it and then write
  * the result to the filesystem.
  *
  * @author  Ben Litchfield

Modified: 
pdfbox/branches/3.0/tools/src/main/java/org/apache/pdfbox/tools/Encrypt.java
==============================================================================
--- 
pdfbox/branches/3.0/tools/src/main/java/org/apache/pdfbox/tools/Encrypt.java    
    Thu Aug 27 09:47:21 2026        (r1937514)
+++ 
pdfbox/branches/3.0/tools/src/main/java/org/apache/pdfbox/tools/Encrypt.java    
    Thu Aug 27 10:45:52 2026        (r1937515)
@@ -40,7 +40,7 @@ import picocli.CommandLine.Command;
 import picocli.CommandLine.Option;
 
 /**
- * This will read a document from the filesystem, encrypt it and and then write
+ * This will read a document from the filesystem, encrypt it and then write
  * the results to the filesystem.
  *
  * @author  Ben Litchfield

Reply via email to