From 20b174ee854cd03cf336133b21f2dfbee69fd92f Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Wed, 4 Feb 2015 21:31:41 +0000 Subject: [PATCH] Fix typo spotted by micha137 in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1657404 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_unique_id.html.en | 2 +- docs/manual/mod/mod_unique_id.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_unique_id.html.en b/docs/manual/mod/mod_unique_id.html.en index ee782d714ef..c1dee2b7988 100644 --- a/docs/manual/mod/mod_unique_id.html.en +++ b/docs/manual/mod/mod_unique_id.html.en @@ -190,7 +190,7 @@ identifier for each request and can otherwise use the same alphabet and bit length. Since the time stamps are essentially an increasing sequence, it's sufficient to have a flag second in which all machines - in the cluster stop serving and request, and stop using the old + in the cluster stop serving any request, and stop using the old encoding format. Afterwards they can resume requests and begin issuing the new encodings.

diff --git a/docs/manual/mod/mod_unique_id.xml b/docs/manual/mod/mod_unique_id.xml index fbc740c4dd9..39d6dbcb55a 100644 --- a/docs/manual/mod/mod_unique_id.xml +++ b/docs/manual/mod/mod_unique_id.xml @@ -177,7 +177,7 @@ identifier for each request and can otherwise use the same alphabet and bit length. Since the time stamps are essentially an increasing sequence, it's sufficient to have a flag second in which all machines - in the cluster stop serving and request, and stop using the old + in the cluster stop serving any request, and stop using the old encoding format. Afterwards they can resume requests and begin issuing the new encodings.

-- 2.47.3