# HG changeset patch # User Ruslan Ermilov # Date 1318582046 0 # Node ID 6876e2558d09a6ce93a6be0536edb1f14fe70df1 # Parent f5539fb36bbb0103292456e54b9b33b42fb915f0 Spell checking. diff -r f5539fb36bbb -r 6876e2558d09 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Fri Oct 14 08:45:37 2011 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Fri Oct 14 08:47:26 2011 +0000 @@ -1006,7 +1006,7 @@ ~ prefix (for case-sensitive matching). To find a location matching a given request, nginx first checks locations defined using the prefix strings (prefix locations). -Amongst them, the most specific one is searched. +Among them, the most specific one is searched. Then regular expressions are checked, in the order of their appearance in a configuration file. A search terminates on the first match, and its corresponding @@ -1865,7 +1865,7 @@ Enables or disables the use of the TCP_NOPUSH socket option on FreeBSD or the TCP_CORK socket option on Linux. -Opitons are enabled only when sendfile is used. +Options are enabled only when sendfile is used. Enabling the option allows to @@ -2287,6 +2287,12 @@ +$request_completion + +OK if a request has completed, +or an empty string otherwise + + $request_filename file path for the current query, based on the diff -r f5539fb36bbb -r 6876e2558d09 xml/en/docs/http/ngx_http_mp4_module.xml --- a/xml/en/docs/http/ngx_http_mp4_module.xml Fri Oct 14 08:45:37 2011 +0000 +++ b/xml/en/docs/http/ngx_http_mp4_module.xml Fri Oct 14 08:47:26 2011 +0000 @@ -16,7 +16,7 @@ -Pseudo-streaming works in alliance with conformant Flash players. +Pseudo-streaming works in alliance with conforming Flash players. A player sends an HTTP request to the server with a start time argument in the request URI’s query string (named simply start