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 23e0bf2 Uppercase acronym in comment
new 9be15a6 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-daemon
23e0bf2 is described below
commit 23e0bf203293722a50edc0ce93ed3b6fefffe25b
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Mar 23 18:00:01 2024 -0400
Uppercase acronym in comment
---
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 7c4e75e..a2ff8cc 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 <i>super-user</i> privileges.
* </p>