diff src/core/nginx.c @ 238:674f85a4d00f

nginx-0.0.1-2004-01-23-12:26:18 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 23 Jan 2004 09:26:18 +0000
parents 8d5cce3ae221
children bf2faf694c19
line wrap: on
line diff
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -635,8 +635,8 @@ static void ngx_worker_process_cycle(ngx
 
         if (ngx_quit) {
             ngx_log_error(NGX_LOG_INFO, cycle->log, 0,
-                          "gracefully shutdowning");
-            ngx_setproctitle("worker process is shutdowning");
+                          "gracefully shutting down");
+            ngx_setproctitle("worker process is shutting down");
             break;
         }