This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push: new baff66ae Spelling baff66ae is described below commit baff66ae881bf9221d9ca4bc30a2a933335cf6b6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jan 1 11:12:53 2023 -0500 Spelling --- src/test/java/org/apache/commons/jexl3/junit/AsserterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/jexl3/junit/AsserterTest.java b/src/test/java/org/apache/commons/jexl3/junit/AsserterTest.java index aafc7b7e..2a0a85e4 100644 --- a/src/test/java/org/apache/commons/jexl3/junit/AsserterTest.java +++ b/src/test/java/org/apache/commons/jexl3/junit/AsserterTest.java @@ -23,7 +23,7 @@ import org.junit.Assert; import org.junit.Test; /** - * Simple testcases + * Simple tests * * @since 1.0 */