changeset 1146:d37892ad69ab

Corrected spelling in the "in the meantime" phrase.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 07 Apr 2014 20:08:30 +0400
parents e6b28653c406
children ff7defe134d8
files xml/en/docs/http/ngx_http_fastcgi_module.xml xml/en/docs/http/ngx_http_perl_module.xml xml/en/docs/http/ngx_http_proxy_module.xml
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <link id="fastcgi_buffering">buffer
 server is enabled, limits the total <value>size</value> 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, <value>size</value> is limited by the size of two buffers set by the
 <link id="fastcgi_buffer_size"/> and <link id="fastcgi_buffers"/> directives.
--- 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.
 <tag-desc>
 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,
--- 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 <link id="proxy_buffering">bufferin
 server is enabled, limits the total <value>size</value> 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, <value>size</value> is limited by the size of two buffers set by the
 <link id="proxy_buffer_size"/> and <link id="proxy_buffers"/> directives.