You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/11/18 12:56:41 UTC

[commons-daemon] branch master updated: Normalize spelling in Javadoc.

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 6fe4b0c  Normalize spelling in Javadoc.
6fe4b0c is described below

commit 6fe4b0c59c35b410b15322c0462301e0173bb1c5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Nov 18 07:56:37 2020 -0500

    Normalize spelling in Javadoc.
---
 src/main/java/org/apache/commons/daemon/DaemonInitException.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/daemon/DaemonInitException.java b/src/main/java/org/apache/commons/daemon/DaemonInitException.java
index 1dbeaec..7de7996 100644
--- a/src/main/java/org/apache/commons/daemon/DaemonInitException.java
+++ b/src/main/java/org/apache/commons/daemon/DaemonInitException.java
@@ -17,8 +17,8 @@
 package org.apache.commons.daemon;
 
 /**
- * Throw this during init if you can't initialise yourself for some expected reason. Using this exception will cause the
- * exception's message to come out on stdout, rather than a dirty great stacktrace.
+ * Throw this during init if you can't initialize yourself for some expected reason. Using this exception will cause the
+ * exception's message to come out on stdout, rather than a dirty great stack trace.
  */
 public class DaemonInitException extends Exception {