]> granicus.if.org Git - apache/commitdiff
Fix typo spotted in comment #2818
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 30 Jul 2014 04:24:49 +0000 (04:24 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 30 Jul 2014 04:24:49 +0000 (04:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1614540 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/modguide.html.en
docs/manual/developer/modguide.xml

index 8107fd556e7dc187f55d8d116fe1ae7b187cc602..80d0c3e6b9b60b579da584ccd95c8015f4b3e81a 100644 (file)
@@ -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> 
index 73828905e4a6808d22a7a7d0198527fa1e1af2e8..7e1abacd004ea4ae97e4331f78d3cac3da635099 100644 (file)
@@ -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>