[nginx] Core: fix typo in error message.
Maxim Dounin
mdounin at mdounin.ru
Thu Dec 3 17:54:28 UTC 2015
details: http://hg.nginx.org/nginx/rev/cb31017e961b
branches:
changeset: 6315:cb31017e961b
user: Piotr Sikora <piotrsikora at google.com>
date: Wed Dec 02 19:17:19 2015 -0800
description:
Core: fix typo in error message.
Signed-off-by: Piotr Sikora <piotrsikora at google.com>
diffstat:
src/os/unix/ngx_posix_init.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/src/os/unix/ngx_posix_init.c b/src/os/unix/ngx_posix_init.c
--- a/src/os/unix/ngx_posix_init.c
+++ b/src/os/unix/ngx_posix_init.c
@@ -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;
}
More information about the nginx-devel
mailing list