From: Mike Rumph Date: Tue, 28 Jan 2020 21:24:55 +0000 (+0000) Subject: Fixed some grammar errors in the docs. X-Git-Tag: 2.4.42~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eaa4abed54c6ed5f651d8e92b62b8fc30d87e3f8;p=thirdparty%2Fapache%2Fhttpd.git Fixed some grammar errors in the docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1873272 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml index 5b4a4dd0891..63f3d0a9d32 100644 --- a/docs/manual/developer/modguide.xml +++ b/docs/manual/developer/modguide.xml @@ -180,7 +180,7 @@ the server based on the value of this tag.
Hooking into httpd

-To begin with, we only want to create a simple handler, that replies to the +To begin with, we only want to create a simple handler that replies to the client browser when a specific URL is requested, so we won't bother setting up configuration handlers and directives just yet. Our initial module definition will look like this:

@@ -209,7 +209,7 @@ just want to hook onto the requests and possibly handle some of them.

is the name of a function we will create to manage how we hook onto the request process. In this example module, the function has just one purpose; To create a simple hook that gets called after all the rewrites, access -control etc has been handled. Thus, we will let the server know, that we want +control etc has been handled. Thus, we will let the server know that we want to hook into its process as one of the last modules:

diff --git a/docs/manual/mod/mod_status.xml b/docs/manual/mod/mod_status.xml index fad50d078cb..bdfbe13fba7 100644 --- a/docs/manual/mod/mod_status.xml +++ b/docs/manual/mod/mod_status.xml @@ -41,9 +41,9 @@ performance

The details given are: