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 ce8a406a LHF: fix typo
ce8a406a is described below
commit ce8a406af5b22770e0f86bf0eec62130fa362fdd
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Dec 8 23:33:42 2024 +0100
LHF: fix typo
---
apache-rat-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apache-rat-core/pom.xml b/apache-rat-core/pom.xml
index 3480e870..d2f3bc2b 100644
--- a/apache-rat-core/pom.xml
+++ b/apache-rat-core/pom.xml
@@ -51,7 +51,7 @@
<!-- These files have bad license headers because they are used
to test bad license headers -->
<exclude>src/test/resources/**</exclude>
<exclude>src/it/resources/ReportTest/**</exclude>
- <!-- this has a Apache-1.0 license which is not recognized -->
+ <!-- this has an Apache-1.0 license which is not recognized -->
<excludes>**/org/apache/rat/config/exclusion/plexus/SelectorUtils.java</excludes>
</excludes>
</configuration>