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 559b6c2 Normalize spelling 559b6c2 is described below commit 559b6c24bd6701e397f231e429851743759bf997 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 6 17:46:51 2024 -0500 Normalize spelling Note that "UNIX" is a trademark, "Unix" is not --- 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 88848ce..8357298 100644 --- a/src/main/java/org/apache/commons/daemon/Daemon.java +++ b/src/main/java/org/apache/commons/daemon/Daemon.java @@ -40,7 +40,7 @@ public interface Daemon * constructor. * </p> * <p> - * Under certain operating systems (typically UNIX based operating + * Under certain operating systems (typically Unix based operating * systems) and if the native invocation framework is configured to do * so, this method might be called with <em>super-user</em> privileges. * </p>