comparison src/event/modules/ngx_eventport_module.c @ 6005:d84f0abd4a53

Events: fixed typo in the error message.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 12 Mar 2015 23:03:03 +0300
parents 3f5f0ab59b35
children 466bd63b63d1
comparison
equal deleted inserted replaced
6004:2dac6ae6d703 6005:d84f0abd4a53
579 579
580 continue; 580 continue;
581 581
582 default: 582 default:
583 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, 583 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
584 "unexpected even_port object %d", 584 "unexpected eventport object %d",
585 event_list[i].portev_object); 585 event_list[i].portev_object);
586 continue; 586 continue;
587 } 587 }
588 } 588 }
589 589