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
The following commit(s) were added to refs/heads/master by this push:
new dd5124bd RAT-441: Fix typo
dd5124bd is described below
commit dd5124bde6fcab4f856def294f17a08329d34a72
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Oct 21 00:17:05 2024 +0200
RAT-441: Fix typo
---
.../src/main/java/org/apache/rat/tools/AntDocumentation.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/apache-rat-tools/src/main/java/org/apache/rat/tools/AntDocumentation.java
b/apache-rat-tools/src/main/java/org/apache/rat/tools/AntDocumentation.java
index 43fc7764..1330b493 100644
--- a/apache-rat-tools/src/main/java/org/apache/rat/tools/AntDocumentation.java
+++ b/apache-rat-tools/src/main/java/org/apache/rat/tools/AntDocumentation.java
@@ -275,7 +275,7 @@ public final class AntDocumentation {
/**
* Write a table.
* @param writer the Writer to write to.
- * @param table the Table to write. A collections of collectons of
Strings.
+ * @param table the Table to write. A collection of collections of
Strings.
* @param pattern the pattern before and after the table.
* @param caption the caption for the table.
* @throws IOException on error.