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-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new d0498f8a Fix typo
d0498f8a is described below

commit d0498f8af9297c2e995027ce47274683c2bf937a
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 23 10:31:35 2025 -0400

    Fix typo
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 92f4958e..8063f901 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
   <artifactId>commons-exec</artifactId>
   <version>1.5.1-SNAPSHOT</version>
   <inceptionYear>2005</inceptionYear>
-  <description>AApache Commons Exec is a library that reliably executes 
external processes from within the JVM.</description>
+  <description>Apache Commons Exec is a library that reliably executes 
external processes from within the JVM.</description>
   <url>https://commons.apache.org/proper/commons-exec/</url>
   <distributionManagement>
     <site>

Reply via email to