diff src/http/modules/ngx_http_ssl_module.c @ 3209:b82c623a607e

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 Oct 2009 12:33:09 +0000
parents b7e68ee09e0c
children dd1570b6f237
line wrap: on
line diff
--- a/src/http/modules/ngx_http_ssl_module.c
+++ b/src/http/modules/ngx_http_ssl_module.c
@@ -409,7 +409,7 @@ ngx_http_ssl_merge_srv_conf(ngx_conf_t *
         == 0)
     {
         ngx_log_error(NGX_LOG_WARN, cf->log, 0,
-            "nginx was build with SNI support, however, now it is linked "
+            "nginx was built with SNI support, however, now it is linked "
             "dynamically to an OpenSSL library which has no tlsext support, "
             "therefore SNI is not available");
     }