SSL: fixed typo in the error message.

This commit is contained in:
Sergey Kandaurov 2017-07-25 17:21:59 +03:00
parent fb18ba2930
commit 9edd64fcd8

View File

@ -3128,7 +3128,7 @@ ngx_ssl_session_ticket_keys(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_array_t *paths)
{
if (paths) {
ngx_log_error(NGX_LOG_WARN, ssl->log, 0,
"\"ssl_session_ticket_keys\" ignored, not supported");
"\"ssl_session_ticket_key\" ignored, not supported");
}
return NGX_OK;