Core: fix typo in error message.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This commit is contained in:
Piotr Sikora 2015-12-02 19:17:19 -08:00
parent 6994593478
commit 9752706bd4

View File

@ -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;
}