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

commit 5ab02a0f95fc56d85ec0d922708b016244bf5abf
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun May 4 09:38:30 2025 -0400

    Javadoc and comment typos in Jelly files
---
 .../jsl/src/test/resources/org/apache/commons/jelly/jsl/suite.jelly     | 2 +-
 .../src/test/resources/org/apache/commons/jelly/tags/xml/example2.jelly | 2 +-
 .../test/resources/org/apache/commons/jelly/tags/xml/testThread.jelly   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/jelly-tags/jsl/src/test/resources/org/apache/commons/jelly/jsl/suite.jelly 
b/jelly-tags/jsl/src/test/resources/org/apache/commons/jelly/jsl/suite.jelly
index 765fa6a5..e33a0ce8 100644
--- a/jelly-tags/jsl/src/test/resources/org/apache/commons/jelly/jsl/suite.jelly
+++ b/jelly-tags/jsl/src/test/resources/org/apache/commons/jelly/jsl/suite.jelly
@@ -157,7 +157,7 @@
   </test:case>
 
   <!--
-    test case to test that the xml output for a stylesheet template is
+    test case to test that the XML output for a stylesheet template is
     'remembered' when using applyTemplates
    -->
   <test:case name="testXMLContextKept" xmlns="dummy">
diff --git 
a/jelly-tags/xml/src/test/resources/org/apache/commons/jelly/tags/xml/example2.jelly
 
b/jelly-tags/xml/src/test/resources/org/apache/commons/jelly/tags/xml/example2.jelly
index b03de767..b75ff462 100644
--- 
a/jelly-tags/xml/src/test/resources/org/apache/commons/jelly/tags/xml/example2.jelly
+++ 
b/jelly-tags/xml/src/test/resources/org/apache/commons/jelly/tags/xml/example2.jelly
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!--
- ! FIXME: Move this to xml taglib
+ ! FIXME: Move this to XML taglib
  !-->
 <j:jelly xmlns:j="jelly:core" xmlns:x="jelly:xml">
 
diff --git 
a/jelly-tags/xml/src/test/resources/org/apache/commons/jelly/tags/xml/testThread.jelly
 
b/jelly-tags/xml/src/test/resources/org/apache/commons/jelly/tags/xml/testThread.jelly
index b4e95207..2179f5e3 100644
--- 
a/jelly-tags/xml/src/test/resources/org/apache/commons/jelly/tags/xml/testThread.jelly
+++ 
b/jelly-tags/xml/src/test/resources/org/apache/commons/jelly/tags/xml/testThread.jelly
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!--
- ! FIXME: move to xml taglib
+ ! FIXME: move to XML taglib
  !-->
 <j:jelly trim="false" xmlns:j="jelly:core" xmlns:x="jelly:xml">
 

Reply via email to