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 7e58a16181b71dee97d6f3f9d11116a55afae114 Author: P. Ottlinger <[email protected]> AuthorDate: Mon Oct 21 00:00:42 2024 +0200 RAT-390: Fix typo --- .../java/org/apache/rat/document/impl/TraceableDocumentNameMatcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-rat-core/src/main/java/org/apache/rat/document/impl/TraceableDocumentNameMatcher.java b/apache-rat-core/src/main/java/org/apache/rat/document/impl/TraceableDocumentNameMatcher.java index 6ff820f9..7cd07d91 100644 --- a/apache-rat-core/src/main/java/org/apache/rat/document/impl/TraceableDocumentNameMatcher.java +++ b/apache-rat-core/src/main/java/org/apache/rat/document/impl/TraceableDocumentNameMatcher.java @@ -35,7 +35,7 @@ import static java.lang.String.format; * Also provides a printable name for general logging. */ public class TraceableDocumentNameMatcher implements DocumentNameMatcher { - /** The envrionment variable to set to enable tracing for the PatternMatcher execution */ + /** The environment variable to set to enable tracing for the PatternMatcher execution */ public static final String ENV_VAR = TraceableDocumentNameMatcher.class.getName(); /** The delegate that will do all the work */ private final DocumentNameMatcher delegate;
