This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 7546e755e347d908a9d67f2d25089b95511769ea
Author: Hugo Hirsch <[email protected]>
AuthorDate: Tue Jan 23 15:45:17 2024 +0100

    RAT-344: LHF fix typo
---
 apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java 
b/apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java
index 7a47eaf0..e38e8dbd 100644
--- a/apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java
+++ b/apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java
@@ -273,7 +273,7 @@ public class ReportConfiguration {
 
     /**
      * Sets the OutputStream supplier to use the specified file. The file may 
be
-     * opened and closed several times. File is deleted first and the may be 
+     * opened and closed several times. File is deleted first and then may be 
      * repeatedly opened in append mode.
      * 
      * @see #setOut(IOSupplier)

Reply via email to