changeset 2146:c07cd947402f

Development guide: typo fixed.
author Andrei Belov <defan@nginx.com>
date Thu, 12 Apr 2018 09:53:27 +0300
parents 5a31c6b83cbc
children dc51409fee0c
files xml/en/docs/dev/development_guide.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/dev/development_guide.xml	Wed Apr 11 15:11:12 2018 +0300
+++ b/xml/en/docs/dev/development_guide.xml	Thu Apr 12 09:53:27 2018 +0300
@@ -4521,7 +4521,7 @@
 <literal>NGX_HTTP_POST_ACCESS_PHASE</literal> — Special phase where the
 <link doc="../http/ngx_http_core_module.xml" id="satisfy">satisfy any</link>
 directive is processed.
-If some access phase handlers denied access and none explictly allowed it, the
+If some access phase handlers denied access and none explicitly allowed it, the
 request is finalized.
 No additional handlers can be registered at this phase.
 </listitem>