changeset 988:a060ab6fb4be

Fixed grammar.
author Vladimir Homutov <vl@nginx.com>
date Thu, 26 Sep 2013 11:25:40 +0400
parents edd505634357
children 32d6056db45b
files xml/en/docs/http/ngx_http_upstream_module.xml
diffstat 1 files changed, 4 insertions(+), 4 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
@@ -733,8 +733,8 @@ route first, and if not found, the route
 <para>
 A request that does not contain a server route is passed to the server
 selected by the configured balancing method.
-If a request cannot be processed by the bound server, the new server
-is selected as if the client was not yet bound.
+If a request cannot be processed by the designated server, the new server
+is selected as if the client has not been bound yet.
 </para>
 
 <para>
@@ -779,8 +779,8 @@ upstream backend {
 A request that comes from a client not yet bound to a particular server
 is passed to the server selected by the configured balancing method.
 Further requests from the same client are passed to the same server.
-If a request cannot be processed by the bound server, the new server
-is selected as if the client was not yet bound.
+If a request cannot be processed by the designated server, the new server
+is selected as if the client has not been bound yet.
 </para>
 
 <para>