mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Events: fixed typo in the error message.
This commit is contained in:
parent
067de7dde1
commit
bcd8123913
@ -581,7 +581,7 @@ ngx_eventport_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
|
ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
|
||||||
"unexpected even_port object %d",
|
"unexpected eventport object %d",
|
||||||
event_list[i].portev_object);
|
event_list[i].portev_object);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user