changeset 244:9e2be02df2ce

Fixed wording.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 15 Dec 2011 13:28:54 +0000
parents b4afc16d1071
children a627ecdece14
files xml/en/docs/http/ngx_http_core_module.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -1183,9 +1183,9 @@ locations defined using the prefix strin
 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
-configuration is used.
-If no match with a regular expression location is found then a
+A search of regular expressions terminates on the first match,
+and the corresponding configuration is used.
+If no match with a regular expression is found then a
 configuration of the most specific prefix location is used.
 </para>
 
@@ -1195,7 +1195,7 @@ Locations can be nested, with some excep
 
 <para>
 For case-insensitive operating systems such as Mac OS X and Cygwin,
-the string matching ignores a case (0.7.7).
+matching with prefix strings ignores a case (0.7.7).
 However, comparison is limited to one-byte locales.
 </para>