diff xml/en/docs/http/ngx_http_core_module.xml @ 1101:ebe027a963f4

Typo fixed.
author Andrei Belov <defan@nginx.com>
date Wed, 19 Mar 2014 16:25:17 +0400
parents eeb690d4212b
children a0543e9213e7
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Tue Mar 18 22:11:32 2014 +0400
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Wed Mar 19 16:25:17 2014 +0400
@@ -2267,7 +2267,7 @@
 
 <para>
 It is also possible to use regular expressions in server names,
-preceeding the name with a tilde (“<literal>~</literal>”):
+preceding the name with a tilde (“<literal>~</literal>”):
 <example>
 server {
     server_name www.example.com ~^www\d+\.example\.com$;