comparison src/event/ngx_event_acceptex.c @ 6504:293413010217

Fixed spelling.
author Josh Soref <timeless@gmail.com>
date Thu, 07 Apr 2016 11:50:13 +0300
parents 1ab1cf63f885
children 2f98b5709d79
comparison
equal deleted inserted replaced
6503:abc3be8d92ef 6504:293413010217
187 == 0) 187 == 0)
188 { 188 {
189 err = ngx_socket_errno; 189 err = ngx_socket_errno;
190 if (err != WSA_IO_PENDING) { 190 if (err != WSA_IO_PENDING) {
191 ngx_log_error(NGX_LOG_ALERT, &ls->log, err, 191 ngx_log_error(NGX_LOG_ALERT, &ls->log, err,
192 "AcceptEx() %V falied", &ls->addr_text); 192 "AcceptEx() %V failed", &ls->addr_text);
193 193
194 ngx_close_posted_connection(c); 194 ngx_close_posted_connection(c);
195 return NGX_ERROR; 195 return NGX_ERROR;
196 } 196 }
197 } 197 }