summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@nginx.com>2014-04-23 16:00:59 +0000
committerMaxim Konovalov <maxim@nginx.com>2014-04-23 16:00:59 +0000
commit3d7f4052e94c5ff631b5ebe58209e68041f79e25 (patch)
treeb6a21863355bea83bdf5e1656925658d4c77c602
parent958841e7d928dd0236e6967952cd8ee02c001784 (diff)
downloadnginx-3d7f4052e94c5ff631b5ebe58209e68041f79e25.tar.gz
nginx-3d7f4052e94c5ff631b5ebe58209e68041f79e25.tar.bz2
Missed comma fixed. A couple of Latin symbols plugged into
Russian text changed to Russian counterparts.
-rw-r--r--docs/xml/nginx/changes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index c519f35c2..d530d8e02 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -673,7 +673,7 @@ in error handling in ngx_http_gunzip_filter_module.
<change type="bugfix">
<para lang="ru">
-ответы могли зависать
+ответы могли зависать,
если использовался модуль ngx_http_spdy_module
и директива auth_request.
</para>
@@ -2293,7 +2293,7 @@ the "single" parameter of the "keepalive" directive is now ignored.
<change type="change">
<para lang="ru">
сжатие SSL теперь отключено
-в том числе при использовании OpenSSL cтарее 1.0.0.
+в том числе при использовании OpenSSL старее 1.0.0.
</para>
<para lang="en">
SSL compression is now disabled when using all versions of OpenSSL,
@@ -21030,7 +21030,7 @@ the %3F symbol in the URI was considered as the argument string start.
<change type="feature">
<para lang="ru">
-поддержка unix domain сoкетов в модуле ngx_http_proxy_module.
+поддержка unix domain сокетов в модуле ngx_http_proxy_module.
</para>
<para lang="en">
the unix domain sockets support in the ngx_http_proxy_module.