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 067adec  Use preferred spelling for "cannot"
067adec is described below

commit 067adece537947127d8c75c5133e07b04e6fd86b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Nov 5 05:56:41 2024 -0500

    Use preferred spelling for "cannot"
---
 src/main/java/org/apache/commons/daemon/Daemon.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/daemon/Daemon.java 
b/src/main/java/org/apache/commons/daemon/Daemon.java
index fd2cb0c..88848ce 100644
--- a/src/main/java/org/apache/commons/daemon/Daemon.java
+++ b/src/main/java/org/apache/commons/daemon/Daemon.java
@@ -100,7 +100,7 @@ public interface Daemon
      * Frees any resources allocated by this daemon such as file
      * descriptors or sockets. This method gets called by the container
      * after stop() has been called, before the JVM exits. The Daemon
-     * can not be restarted after this method has been called without a
+     * cannot be restarted after this method has been called without a
      * new call to the init() method.
      */
     void destroy();

Reply via email to