# HG changeset patch # User Vladimir Homutov # Date 1492768081 -10800 # Node ID 5fb870087b76062c3d31c06a59ec5f96ecc40ba2 # Parent a1d29eda04b606676407e1cf171c7b9283c21ffa Fixed typo and removed trailing spaces. diff -r a1d29eda04b6 -r 5fb870087b76 xml/en/docs/dev/development_guide.xml --- a/xml/en/docs/dev/development_guide.xml Wed Apr 19 18:42:45 2017 +0300 +++ b/xml/en/docs/dev/development_guide.xml Fri Apr 21 12:48:01 2017 +0300 @@ -4090,7 +4090,7 @@ register their handlers at this phase. If configured so by the directive, only one -of access phase handlers may allow access to the request in order to confinue +of access phase handlers may allow access to the request in order to continue processing @@ -5245,7 +5245,7 @@ all the data required to produce the HTTP response header. It's always required to set the status field of r->headers_out. -If the response status suggests that a response body follows the header, +If the response status suggests that a response body follows the header, content_length_n can be set as well. The default value for this field is -1, which means that the body size is unknown. @@ -5367,7 +5367,7 @@ { ngx_table_elt_t *h; - /* + /* * The filter handler adds "X-Foo: foo" header * to every HTTP 200 response */