This is an automated email from the ASF dual-hosted git repository.

garydgregory 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 54d71771 Normalize spelling
54d71771 is described below

commit 54d7177143f2d353fd8491834ec078be4e9d59cd
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 18:03:35 2026 -0400

    Normalize spelling
---
 src/changes/changes.xml           | 2 +-
 src/native/windows/src/security.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9d3171da..3840e60a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -515,7 +515,7 @@
       </action>
       <action issue="DAEMON-391" type="fix" dev="markt" due-to="Thorsten 
Schöning">
         Procrun. Correct the level name used in the GUI for WARN so that 
changes
-        made via the GUI are recognised. Order the log levels in the drop-down
+        made via the GUI are recognized. Order the log levels in the drop-down
         from ERROR to DEBUG.
       </action>
       <action issue="DAEMON-393" type="fix" dev="ggregory" due-to="Daniel 
Hofmann">
diff --git a/src/native/windows/src/security.c 
b/src/native/windows/src/security.c
index ee76af12..448e0abf 100644
--- a/src/native/windows/src/security.c
+++ b/src/native/windows/src/security.c
@@ -43,10 +43,10 @@ apxSecurityGrantFileAccessToUser(
         lstrlcatW(sPath, MAX_PATH, LOG_PATH_DEFAULT);
     }
     if (szUser) {
-        /* The API used to set file permissions doesn't always recognised the
+        /* The API used to set file permissions doesn't always recognized the
          * same users as the API used to configured services. We do any
          * necessary conversion here. The known issues are:
-         * LocalSystem is not recognised. It needs to be converted to
+         * LocalSystem is not recognized. It needs to be converted to
          * "NT Authority\System"
          * User names for the local machine that use the ".\username" form need
          * to have the leading ".\" removed.

Reply via email to