From: Yoshiki Hayashi Date: Tue, 9 Jul 2002 11:24:46 +0000 (+0000) Subject: Grammer police. X-Git-Tag: 2.0.40~294 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=063d987575c2cd2fb1995a01f62342a959c14b87;p=apache Grammer police. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95985 13f79535-47bb-0310-9956-ffa450edef68 --- 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).