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

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

index 391c7452b9115c259ec83bb3b3cde736832533a8..29bc4991974603bcbdf623e24fd120f6b51f0a56 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>