diff --git a/tools/src/main/java/org/apache/pdfbox/tools/Decrypt.java b/tools/src/main/java/org/apache/pdfbox/tools/Decrypt.java index 2be636496fd..760cede7f21 100644 --- a/tools/src/main/java/org/apache/pdfbox/tools/Decrypt.java +++ b/tools/src/main/java/org/apache/pdfbox/tools/Decrypt.java @@ -32,7 +32,7 @@ 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