This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 1024d28d84 test(java): fix spelling 1024d28d84 is described below commit 1024d28d84dd51f98da7908b68f8ac7914a8954b Author: John Bampton <jbamp...@gmail.com> AuthorDate: Tue Apr 1 18:50:43 2025 +1000 test(java): fix spelling --- test/org/apache/jasper/compiler/TestGenerator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/jasper/compiler/TestGenerator.java b/test/org/apache/jasper/compiler/TestGenerator.java index f79d19d3fe..9baf0a07a4 100644 --- a/test/org/apache/jasper/compiler/TestGenerator.java +++ b/test/org/apache/jasper/compiler/TestGenerator.java @@ -323,7 +323,7 @@ public class TestGenerator extends TomcatBaseTest { } } if (!removeBlankLines && blankLineCount == 0) { - Assert.fail("TrimSpaceOptions.EXTENDED not configured but balnk lines have been removed"); + Assert.fail("TrimSpaceOptions.EXTENDED not configured but blank lines have been removed"); } else if (removeBlankLines && blankLineCount > 0) { Assert.fail("TrimSpaceOptions.EXTENDED does not allow the line to be just a new line character"); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org