]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Correct typo as spoted in a comment in online doc
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 28 Apr 2014 15:06:22 +0000 (15:06 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 28 Apr 2014 15:06:22 +0000 (15:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1590664 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/stopping.html.en
docs/manual/stopping.xml

index 05a6c1ad37c64ddfa4b27cf14b9906262b58ea28..22d72b6579ecfb014154dbe56d2ed435d50db3c4 100644 (file)
@@ -219,7 +219,7 @@ error. See above for a method of avoiding this.</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
index 8cc7e4370f39a97f4cc7704d923c3c200aa418ba..2a999997cbd1496e04737f52aecf6ab1bf8175cf 100644 (file)
@@ -220,7 +220,7 @@ error. See above for a method of avoiding this.</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