changeset 1994:effdf0747a05

Development guide: fixed a typo.
author Vladimir Homutov <vl@nginx.com>
date Wed, 07 Jun 2017 19:36:06 +0300
parents 98b713b0a9fa
children 80f53da7280c
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	Tue May 30 14:30:04 2017 +0300
+++ b/xml/en/docs/dev/development_guide.xml	Wed Jun 07 19:36:06 2017 +0300
@@ -6270,7 +6270,7 @@
 When nginx has to pass a request to another host for processing, it uses
 a configured load balancing method to obtain an address to connect to.
 The method is taken from the
-<literal>ngx_http_upstream_peer_t.peer</literal> object
+<literal>ngx_http_upstream_t.peer</literal> object
 of type <literal>ngx_peer_connection_t</literal>:
 <programlisting>
 struct ngx_peer_connection_s {