From: Christophe Jaillet Date: Wed, 30 Jul 2014 04:25:54 +0000 (+0000) Subject: Fix typo spotted in comment #2818 X-Git-Tag: 2.4.11~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75843aa9953468932d54a298081901f1613f3cc2;p=thirdparty%2Fapache%2Fhttpd.git Fix typo spotted in comment #2818 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1614541 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en index 391c7452b91..29bc4991974 100644 --- a/docs/manual/developer/modguide.html.en +++ b/docs/manual/developer/modguide.html.en @@ -201,7 +201,7 @@ definition will look like this:

-

This lets the server know that we are not interesting in anything fancy, we +

This lets the server know that we are not interested in anything fancy, we just want to hook onto the requests and possibly handle some of them.

The reference in our example declaration, register_hooks diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml index 73828905e4a..7e1abacd004 100644 --- a/docs/manual/developer/modguide.xml +++ b/docs/manual/developer/modguide.xml @@ -202,7 +202,7 @@ module AP_MODULE_DECLARE_DATA example_module = -

This lets the server know that we are not interesting in anything fancy, we +

This lets the server know that we are not interested in anything fancy, we just want to hook onto the requests and possibly handle some of them.

The reference in our example declaration, register_hooks