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-jelly.git
The following commit(s) were added to refs/heads/master by this push: new 25648f92 Fix spelling in comment 25648f92 is described below commit 25648f9205656586ed724fb9b4cba9309364b666 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed May 15 08:45:32 2024 -0400 Fix spelling in comment --- .../test/resources/org/apache/commons/jelly/core/testNewCatchTag.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/resources/org/apache/commons/jelly/core/testNewCatchTag.xml b/core/src/test/resources/org/apache/commons/jelly/core/testNewCatchTag.xml index 9377e21d..473163ad 100644 --- a/core/src/test/resources/org/apache/commons/jelly/core/testNewCatchTag.xml +++ b/core/src/test/resources/org/apache/commons/jelly/core/testNewCatchTag.xml @@ -22,7 +22,7 @@ @author Marc Dexet marc.dexet#dsi.cnrs.fr @date 2004.11.18 Test use org.apache.commons.jelly.core.ModularExceptionBean bean - Set an expection and this bean will throw it with 'public void throwIt(String message) throws Throwable;' + Set an exception and this bean will throw it with 'public void throwIt(String message) throws Throwable;' Improvements : 1. Set a list of expected exceptions as java try catch usual block