mirror of
https://github.com/nginx/nginx.git
synced 2026-08-28 12:45:21 +00:00
Core: fix typo in error message.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This commit is contained in:
parent
6994593478
commit
9752706bd4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue