changeset 1543:08242a0abf11

Fixed grammar in the upstream queue directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 04 Aug 2015 13:37:33 +0300
parents a13a99cf46ea
children 627a9309011c
files xml/en/docs/http/ngx_http_upstream_module.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml
@@ -851,7 +851,7 @@ the request will be placed into the queu
 The directive specifies the maximum number of requests that can be in the queue
 at the same time.
 If the queue is filled up,
-or the server to pass the request to cannot been selected within
+or the server to pass the request to cannot be selected within
 the time period specified in the <literal>timeout</literal> parameter,
 an error will be returned to the client.
 </para>