Skip to content

Commit

Permalink
SSL: fixed typo in the error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
pluknet committed Jul 25, 2017
1 parent fb18ba2 commit 9edd64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event/ngx_event_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9edd64f

Please sign in to comment.