diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2014-07-30 04:25:54 +0000 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2014-07-30 04:25:54 +0000 |
commit | 75843aa9953468932d54a298081901f1613f3cc2 (patch) | |
tree | e1dca1eeeb48a36f519b97a938436788ebbf3f6f /docs/manual/developer | |
parent | 6f56f905183a93f0633e62511f4568c81dbf445e (diff) | |
download | httpd-75843aa9953468932d54a298081901f1613f3cc2.tar.gz |
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
Diffstat (limited to 'docs/manual/developer')
-rw-r--r-- | docs/manual/developer/modguide.html.en | 2 | ||||
-rw-r--r-- | docs/manual/developer/modguide.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en index 391c7452b9..29bc499197 100644 --- a/docs/manual/developer/modguide.html.en +++ b/docs/manual/developer/modguide.html.en @@ -201,7 +201,7 @@ definition will look like this:</p> -<p>This lets the server know that we are not interesting in anything fancy, we +<p>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. </p> <p> The reference in our example declaration, <code>register_hooks</code> diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml index 73828905e4..7e1abacd00 100644 --- a/docs/manual/developer/modguide.xml +++ b/docs/manual/developer/modguide.xml @@ -202,7 +202,7 @@ module AP_MODULE_DECLARE_DATA example_module = <!-- END EXAMPLE CODE --> -<p>This lets the server know that we are not interesting in anything fancy, we +<p>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. </p> <p> The reference in our example declaration, <code>register_hooks</code> |