# HG changeset patch # User Vladimir Homutov # Date 1496853366 -10800 # Node ID effdf0747a050f4f2b9d0065bd0d0418f5ea2ded # Parent 98b713b0a9fa3c2f88fdbd90d7e081ab2bec8117 Development guide: fixed a typo. diff -r 98b713b0a9fa -r effdf0747a05 xml/en/docs/dev/development_guide.xml --- 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 -ngx_http_upstream_peer_t.peer object +ngx_http_upstream_t.peer object of type ngx_peer_connection_t: struct ngx_peer_connection_s {