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 2023/01/18 14:30:38 UTC

[commons-daemon] branch master updated: Fix spelling

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 2819d3f  Fix spelling
2819d3f is described below

commit 2819d3f02ea3a9cad6caf22bb5a258a4e0442643
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jan 18 09:30:34 2023 -0500

    Fix spelling
---
 src/site/xdoc/jsvc.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/jsvc.xml b/src/site/xdoc/jsvc.xml
index e3acf7d..d8884be 100644
--- a/src/site/xdoc/jsvc.xml
+++ b/src/site/xdoc/jsvc.xml
@@ -316,7 +316,7 @@ Note: The controller process uses signals to stop the controlled process.
 
 <subsection name="Downgrading user">
 <p>
-On Linux <code>setuid()</code>/<code>setgid()</code> + capabilities are used. On other unix <code>setgid</code>/<code>initgroups</code> are used.
+On Linux <code>setuid()</code>/<code>setgid()</code> + capabilities are used. On other Unix <code>setgid</code>/<code>initgroups</code> are used.
 
 We have something like:
 <source>