changeset 6315:cb31017e961b

Core: fix typo in error message. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
author Piotr Sikora <piotrsikora@google.com>
date Wed, 02 Dec 2015 19:17:19 -0800
parents fcbac620ae83
children f44de0d12143
files src/os/unix/ngx_posix_init.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/os/unix/ngx_posix_init.c	Thu Dec 03 20:06:45 2015 +0300
+++ b/src/os/unix/ngx_posix_init.c	Wed Dec 02 19:17:19 2015 -0800
@@ -63,7 +63,7 @@
 
     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;
     }