# HG changeset patch # User Yaroslav Zhuravlev # Date 1396886910 -14400 # Node ID d37892ad69abef53eaaf8047a754f81a148f20ca # Parent e6b28653c4065833e49ba1c117b6e2b0c1572014 Corrected spelling in the "in the meantime" phrase. diff --git a/xml/en/docs/http/ngx_http_fastcgi_module.xml b/xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml @@ -156,7 +156,7 @@ When buffer server is enabled, limits the total size of buffers that can be busy sending a response to the client while the response is not yet fully read. -In the mean time, the rest of the buffers can be used for reading a response +In the meantime, the rest of the buffers can be used for reading a response and, if needed, buffering part of a response to a temporary file. By default, size is limited by the size of two buffers set by the and directives. diff --git a/xml/en/docs/http/ngx_http_perl_module.xml b/xml/en/docs/http/ngx_http_perl_module.xml --- a/xml/en/docs/http/ngx_http_perl_module.xml +++ b/xml/en/docs/http/ngx_http_perl_module.xml @@ -450,7 +450,7 @@ sets a response code. sets the specified handler and stops request processing for the specified time. -In the mean time, nginx continues to process other requests. +In the meantime, nginx continues to process other requests. After the specified time has elapsed, nginx will call the installed handler. Note that the handler function should be passed by reference. In order to pass data between handlers, diff --git a/xml/en/docs/http/ngx_http_proxy_module.xml b/xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml +++ b/xml/en/docs/http/ngx_http_proxy_module.xml @@ -150,7 +150,7 @@ When bufferin server is enabled, limits the total size of buffers that can be busy sending a response to the client while the response is not yet fully read. -In the mean time, the rest of the buffers can be used for reading a response +In the meantime, the rest of the buffers can be used for reading a response and, if needed, buffering part of a response to a temporary file. By default, size is limited by the size of two buffers set by the and directives.