This is an automated email from the ASF dual-hosted git repository.

garydgregory 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 2ea15474 Normalize spelling.
2ea15474 is described below

commit 2ea1547475e4a014e0facb18c5ab71bd7358f8a7
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 7 06:52:33 2026 -0400

    Normalize spelling.
---
 xdocs/gettingstarted.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/xdocs/gettingstarted.xml b/xdocs/gettingstarted.xml
index 7a9dfb65..fadc0aa5 100644
--- a/xdocs/gettingstarted.xml
+++ b/xdocs/gettingstarted.xml
@@ -75,7 +75,7 @@ compile all the code and build and run the unit test cases.
 <section name="Tag-libraries">
 <p> 
   Your next task is to choose the tag-libraries you are interested to and to
-  build them. For all of them, you can build using <code>maven jar</code>.
+  build them. For all of them, you can build using <code>mvn jar</code>.
   </p>
 <p>
   Beware that some tag-libraries have dependencies that cannot be distributed
@@ -86,11 +86,11 @@ compile all the code and build and run the unit test cases.
   are known to require such.
   Please browse to their dependency-list in order to download the
   named jars, rename-them, and put them at the appropriate place
-  in the maven repository. (you could also delete these directories)
+  in the Maven repository. (you could also delete these directories)
   </p>
   <p>
-    Once all dependencies are honoured, you can also build it all using
-    <code>maven dist</code>, however, maven may become out of resources;
+    Once all dependencies are honored, you can also build it all using
+    <code>mvn dist</code>, however, Maven may become out of resources;
     changing the environment variable MAVEN_OPTS (e.g. to -Xmx768m...) might 
help.
     </p>
 <p>

Reply via email to