From 6881323a827288dbb5de1d24bb2911516d943e2c Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Wed, 4 Feb 2015 21:38:15 +0000
Subject: [PATCH] Fix typo spotted by micha137 in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1657407 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 9b5d229d365..83ebe57c8cc 100644
--- a/docs/manual/mod/mod_unique_id.html.en
+++ b/docs/manual/mod/mod_unique_id.html.en
@@ -196,7 +196,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 51117801418..df76ae7b8fe 100644
--- a/docs/manual/mod/mod_unique_id.xml
+++ b/docs/manual/mod/mod_unique_id.xml
@@ -182,7 +182,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