From: Rich Bowen
Date: Tue, 13 Apr 2010 11:05:19 +0000 (+0000)
Subject: Trivial grammatical tweak.
X-Git-Tag: 2.3.6~221
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=403c0b9e53c05d94bb272d7c4459ea61dc08b7f8;p=thirdparty%2Fapache%2Fhttpd.git
Trivial grammatical tweak.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933544 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en
index c9f7068d4db..a62976333a6 100644
--- a/docs/manual/stopping.html.en
+++ b/docs/manual/stopping.html.en
@@ -217,7 +217,7 @@ syntax error(s).
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 httpd do not clobber each others files.
+ instances of httpd do not clobber each other's files.
You should also be wary of other potential race conditions, such as
using rotatelogs style piped logging. Multiple running
diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml
index d930ed086d9..87147e6bb7f 100644
--- a/docs/manual/stopping.xml
+++ b/docs/manual/stopping.xml
@@ -220,7 +220,7 @@ syntax error(s).
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 httpd do not clobber each others files.
+ instances of httpd do not clobber each other's files.
You should also be wary of other potential race conditions, such as
using rotatelogs style piped logging. Multiple running