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


The following commit(s) were added to refs/heads/master by this push:
     new 470f048  Javadoc spelling
470f048 is described below

commit 470f048e3de37917df7efcea8d71b295578f1008
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 26 16:01:49 2023 -0500

    Javadoc spelling
---
 src/samples/ProcrunService.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/samples/ProcrunService.java b/src/samples/ProcrunService.java
index 2ea8661..c676e47 100644
--- a/src/samples/ProcrunService.java
+++ b/src/samples/ProcrunService.java
@@ -34,7 +34,7 @@ import java.net.SocketException;
  * Sample service implementation for use with Windows Procrun.
  * <p>
  * Use the main() method for running as a Java (external) service.
- * Use the start() and stop() methods for running as a jvm (in-process) service
+ * Use the start() and stop() methods for running as a JVM (in-process) service
  */
 public class ProcrunService implements Runnable {
 
@@ -170,7 +170,7 @@ public class ProcrunService implements Runnable {
     }
 
     /**
-     * Start the jvm version of the service, and waits for it to complete.
+     * Start the JVM version of the service, and waits for it to complete.
      *
      * @param args optional, arg[0] = timeout (seconds)
      */

Reply via email to