summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/stopping.html.en2
-rw-r--r--docs/manual/stopping.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en
index c9f7068d4d..a62976333a 100644
--- a/docs/manual/stopping.html.en
+++ b/docs/manual/stopping.html.en
@@ -217,7 +217,7 @@ syntax error(s).</div>
PID, and should coexist without problem. However, if a configuration
directive, third-party module or persistent CGI utilises any other on-disk
lock or state files, care should be taken to ensure that multiple running
- instances of <code class="program"><a href="./programs/httpd.html">httpd</a></code> do not clobber each others files.</p>
+ instances of <code class="program"><a href="./programs/httpd.html">httpd</a></code> do not clobber each other's files.</p>
<p>You should also be wary of other potential race conditions, such as
using <code class="program"><a href="./programs/rotatelogs.html">rotatelogs</a></code> style piped logging. Multiple running
diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml
index d930ed086d..87147e6bb7 100644
--- a/docs/manual/stopping.xml
+++ b/docs/manual/stopping.xml
@@ -220,7 +220,7 @@ syntax error(s).</note>
PID, and should coexist without problem. However, if a configuration
directive, third-party module or persistent CGI utilises any other on-disk
lock or state files, care should be taken to ensure that multiple running
- instances of <program>httpd</program> do not clobber each others files.</p>
+ instances of <program>httpd</program> do not clobber each other's files.</p>
<p>You should also be wary of other potential race conditions, such as
using <program>rotatelogs</program> style piped logging. Multiple running