diff xml/en/docs/http/ngx_http_perl_module.xml @ 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 95c3c3bbf1ce
children ac1b01d37929
line wrap: on
line diff
--- 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,