You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/24 13:16:58 UTC

[commons-jelly] branch master updated: Fix spelling in comment

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 e5863fa3 Fix spelling in comment
e5863fa3 is described below

commit e5863fa30845c030c973205e9468670538c9a22c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Nov 24 08:16:54 2022 -0500

    Fix spelling in comment
---
 core/src/main/java/org/apache/commons/jelly/servlet/JellyServlet.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/commons/jelly/servlet/JellyServlet.java b/core/src/main/java/org/apache/commons/jelly/servlet/JellyServlet.java
index 79f54c57..05686f36 100644
--- a/core/src/main/java/org/apache/commons/jelly/servlet/JellyServlet.java
+++ b/core/src/main/java/org/apache/commons/jelly/servlet/JellyServlet.java
@@ -35,7 +35,7 @@ import org.apache.commons.jelly.JellyException;
 import org.apache.commons.jelly.XMLOutput;
 
 /**
- * Servlet for handling display of Jelly-fied XML files. Modelled after VelocityServlet.
+ * Servlet for handling display of Jelly-fied XML files. Modeled after VelocityServlet.
  *
  * @author Kelvin Tan
  * @version $Revision$