From 063d987575c2cd2fb1995a01f62342a959c14b87 Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Tue, 9 Jul 2002 11:24:46 +0000 Subject: [PATCH] Grammer police. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95985 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/modules.html | 2 +- docs/manual/developer/modules.html.en | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/developer/modules.html b/docs/manual/developer/modules.html index ebf7c33da2..259e27defe 100644 --- a/docs/manual/developer/modules.html +++ b/docs/manual/developer/modules.html @@ -108,7 +108,7 @@ static void register_hooks(void)

To define the position you use the position and then modify - it with the predecessors and successors. each of the modifiers + it with the predecessors and successors. Each of the modifiers can be a list of functions that should be called, either before the function is run (predecessors) or after the function has run (successors).

diff --git a/docs/manual/developer/modules.html.en b/docs/manual/developer/modules.html.en index ebf7c33da2..259e27defe 100644 --- a/docs/manual/developer/modules.html.en +++ b/docs/manual/developer/modules.html.en @@ -108,7 +108,7 @@ static void register_hooks(void)

To define the position you use the position and then modify - it with the predecessors and successors. each of the modifiers + it with the predecessors and successors. Each of the modifiers can be a list of functions that should be called, either before the function is run (predecessors) or after the function has run (successors).

-- 2.50.1