diff xml/en/docs/mail/ngx_mail_auth_http_module.xml @ 1046:b81ad8234f90

Minor assorted fixes.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 16 Jan 2014 17:23:47 +0400
parents 95c3c3bbf1ce
children 6a19aadc15b2
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_auth_http_module.xml	Tue Jan 14 17:03:35 2014 +0400
+++ b/xml/en/docs/mail/ngx_mail_auth_http_module.xml	Thu Jan 16 17:23:47 2014 +0400
@@ -101,12 +101,12 @@
 </para>
 
 <para>
-If there is no <header>Auth-Wait</header> header in a request,
+If there is no <header>Auth-Wait</header> header,
 an error will be returned and the connection will be closed.
 The current implementation allocates memory for each authentication attempt.
 The memory is freed only at the end of a session.
 Therefore, the number of invalid authentication attempts in a single session
-must be limited — the server must response without
+must be limited — the server must respond without
 the <header>Auth-Wait</header> header after 10-20 attempts
 (the attempt number is passed in the <header>Auth-Login-Attempt</header>
 header).