This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 20dc18f020 Fix typo in `Filter.java` (#3561)
20dc18f020 is described below
commit 20dc18f0209b61cca399601d4a08dcaa49b37705
Author: Christoph John <[email protected]>
AuthorDate: Fri Mar 21 09:50:08 2025 +0100
Fix typo in `Filter.java` (#3561)
---
log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java
b/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java
index f2c95403a6..de3b49e6aa 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/Filter.java
@@ -46,7 +46,7 @@ public interface Filter extends LifeCycle {
String ELEMENT_TYPE = "filter";
/**
- * The result that can returned from a filter method call.
+ * The result that can be returned from a filter method call.
*/
enum Result {
/**