mirror of
https://github.com/nginx/nginx.git
synced 2025-06-08 02:02:38 +08:00
Core: fix typo in error message.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This commit is contained in:
parent
6994593478
commit
9752706bd4
@ -63,7 +63,7 @@ ngx_os_init(ngx_log_t *log)
|
|||||||
|
|
||||||
if (getrlimit(RLIMIT_NOFILE, &rlmt) == -1) {
|
if (getrlimit(RLIMIT_NOFILE, &rlmt) == -1) {
|
||||||
ngx_log_error(NGX_LOG_ALERT, log, errno,
|
ngx_log_error(NGX_LOG_ALERT, log, errno,
|
||||||
"getrlimit(RLIMIT_NOFILE) failed)");
|
"getrlimit(RLIMIT_NOFILE) failed");
|
||||||
return NGX_ERROR;
|
return NGX_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user