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