]> git.kaiwu.me - nginx.git/commitdiff
fix typo
authorIgor Sysoev <igor@sysoev.ru>
Mon, 19 Oct 2009 12:33:09 +0000 (12:33 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 19 Oct 2009 12:33:09 +0000 (12:33 +0000)
src/http/modules/ngx_http_ssl_module.c

index 94000fc1f5706dbffafec4cb1ed291cefb150194..3fe0d4366f1f12e5f4c80e8f03d7ccf6a9a39d05 100644 (file)
@@ -409,7 +409,7 @@ ngx_http_ssl_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
         == 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");
     }