diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-10-19 12:33:09 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-10-19 12:33:09 +0000 |
| commit | 145dcc180a618829847f5104db60b52e5455c94a (patch) | |
| tree | 9ae3cb67c5c42f28536c680f1ea317fbf450ce87 | |
| parent | 550454192c43580b0f5b228180cda9698035234f (diff) | |
| download | nginx-145dcc180a618829847f5104db60b52e5455c94a.tar.gz nginx-145dcc180a618829847f5104db60b52e5455c94a.tar.bz2 | |
fix typo
| -rw-r--r-- | src/http/modules/ngx_http_ssl_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_ssl_module.c b/src/http/modules/ngx_http_ssl_module.c index 94000fc1f..3fe0d4366 100644 --- 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 *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"); } |
