]> git.kaiwu.me - nginx.git/commitdiff
SSL: fixed typo in the error message.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 25 Jul 2017 14:21:59 +0000 (17:21 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 25 Jul 2017 14:21:59 +0000 (17:21 +0300)
src/event/ngx_event_openssl.c

index 2c4e11400c12789db99d7944cf3bd76f7f225cbb..07646b6bcda5f4ff6dc44c529c2c6f216be53056 100644 (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;