diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2014-07-30 06:24:49 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2014-07-30 06:24:49 +0200 |
commit | 86b654729656e7cac9762e8de00427994e75084c (patch) | |
tree | 2e044c2d29ad27b49f5adfa845eef558c5ce4d99 /docs/manual/developer | |
parent | Rebuild. (diff) | |
download | apache2-86b654729656e7cac9762e8de00427994e75084c.tar.xz apache2-86b654729656e7cac9762e8de00427994e75084c.zip |
Fix typo spotted in comment #2818
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1614540 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 8107fd556e..80d0c3e6b9 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> |