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 5e9727b7 Fix typos in Javadoc and comments
5e9727b7 is described below

commit 5e9727b7fd8b6f7035ec82b39686fdf6429acae4
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Feb 15 09:30:55 2025 -0500

    Fix typos in Javadoc and comments
---
 src/test/java/org/apache/commons/exec/issues/Exec33Test.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/exec/issues/Exec33Test.java 
b/src/test/java/org/apache/commons/exec/issues/Exec33Test.java
index 446cf8e6..af4f6da3 100644
--- a/src/test/java/org/apache/commons/exec/issues/Exec33Test.java
+++ b/src/test/java/org/apache/commons/exec/issues/Exec33Test.java
@@ -31,7 +31,7 @@ import org.junit.jupiter.api.Test;
 /**
  * Test the patch for EXEC-33 (https://issues.apache.org/jira/browse/EXEC-33)
  *
- * PumpStreamHandler hangs if System.in is redirect to process input stream .
+ * PumpStreamHandler hangs if System.in is redirect to process input stream.
  */
 public class Exec33Test {
 

Reply via email to