You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/04/28 17:06:23 UTC

svn commit: r1590664 - in /httpd/httpd/branches/2.2.x/docs/manual: stopping.html.en stopping.xml

Author: jailletc36
Date: Mon Apr 28 15:06:22 2014
New Revision: 1590664

URL: http://svn.apache.org/r1590664
Log:
Correct typo as spoted in a comment in online doc

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/stopping.html.en
    httpd/httpd/branches/2.2.x/docs/manual/stopping.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/stopping.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/stopping.html.en?rev=1590664&r1=1590663&r2=1590664&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/stopping.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/stopping.html.en Mon Apr 28 15:06:22 2014
@@ -219,7 +219,7 @@ error. See above for a method of avoidin
     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

Modified: httpd/httpd/branches/2.2.x/docs/manual/stopping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/stopping.xml?rev=1590664&r1=1590663&r2=1590664&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/stopping.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/stopping.xml Mon Apr 28 15:06:22 2014
@@ -220,7 +220,7 @@ error. See above for a method of avoidin
     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