diff options
author | Rich Bowen <rbowen@apache.org> | 2010-04-13 13:05:19 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2010-04-13 13:05:19 +0200 |
commit | 403c0b9e53c05d94bb272d7c4459ea61dc08b7f8 (patch) | |
tree | dc0122d69b44d40f7c18933fde06bab282126eb8 /docs/manual/stopping.xml | |
parent | Remove usage of the APR private function apr_wait_for_io_or_timeout(), (diff) | |
download | apache2-403c0b9e53c05d94bb272d7c4459ea61dc08b7f8.tar.xz apache2-403c0b9e53c05d94bb272d7c4459ea61dc08b7f8.zip |
Trivial grammatical tweak.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@933544 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/stopping.xml')
-rw-r--r-- | docs/manual/stopping.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |