diff options
author | Josh Soref <timeless@gmail.com> | 2016-04-07 11:50:13 +0300 |
---|---|---|
committer | Josh Soref <timeless@gmail.com> | 2016-04-07 11:50:13 +0300 |
commit | 73d27510c0d7022384a611269af22ff01634c6d0 (patch) | |
tree | eb0ab93595aeabe0e6033127a3e1a8764f31e706 /src/os/win32/ngx_win32_init.c | |
parent | 2f9f3453f2580337234de1c4ac14ae1c583201eb (diff) | |
download | nginx-73d27510c0d7022384a611269af22ff01634c6d0.tar.gz nginx-73d27510c0d7022384a611269af22ff01634c6d0.zip |
Fixed spelling.
Diffstat (limited to 'src/os/win32/ngx_win32_init.c')
-rw-r--r-- | src/os/win32/ngx_win32_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/win32/ngx_win32_init.c b/src/os/win32/ngx_win32_init.c index 9e77a789d..9b26db589 100644 --- a/src/os/win32/ngx_win32_init.c +++ b/src/os/win32/ngx_win32_init.c @@ -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; } |