Fixed spelling.

This commit is contained in:
Josh Soref
2016-04-07 11:50:13 +03:00
parent 2f9f3453f2
commit 73d27510c0
6 changed files with 10 additions and 10 deletions

View File

@@ -152,7 +152,7 @@ ngx_os_init(ngx_log_t *log)
s = ngx_socket(AF_INET, SOCK_STREAM, IPPROTO_IP);
if (s == (ngx_socket_t) -1) {
ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno,
ngx_socket_n " falied");
ngx_socket_n " failed");
return NGX_ERROR;
}