changeset 1101:ebe027a963f4

Typo fixed.
author Andrei Belov <defan@nginx.com>
date Wed, 19 Mar 2014 16:25:17 +0400
parents 287c2a9c9d63
children e9d2e03bf5fd
files xml/en/docs/http/ngx_http_core_module.xml
diffstat 1 files changed, 1 insertions(+), 1 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
@@ -2267,7 +2267,7 @@ server {
 
 <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$;