# HG changeset patch # User Igor Sysoev # Date 1255955589 0 # Node ID b82c623a607eea4692808830632f3b3385134383 # Parent 8cec9724fe71aa2feb70f4cffb2e6d27e26fd0dc fix typo diff --git a/src/http/modules/ngx_http_ssl_module.c b/src/http/modules/ngx_http_ssl_module.c --- 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"); }