]> git.kaiwu.me - nginx.git/commitdiff
Core: fix typo in error message.
authorPiotr Sikora <piotrsikora@google.com>
Thu, 3 Dec 2015 03:17:19 +0000 (19:17 -0800)
committerPiotr Sikora <piotrsikora@google.com>
Thu, 3 Dec 2015 03:17:19 +0000 (19:17 -0800)
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
src/os/unix/ngx_posix_init.c

index bf3a310aa3b63f26a9b69db57db9c7db66358cd1..61cc8ca7f88fd222ecfc66a0b47e4eb1db761d17 100644 (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;
     }