changeset 698:deb2ce14a500

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Sat, 16 Sep 2006 07:12:13 +0000
parents 36c51f8f0f4d
children 1f3cc64393b6
files src/os/unix/ngx_process.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/os/unix/ngx_process.c
+++ b/src/os/unix/ngx_process.c
@@ -338,7 +338,7 @@ ngx_signal_handler(int signo)
                 /*
                  * Ignore the signal in the new binary if its parent is
                  * not the init process, i.e. the old binary's process
-                 * is still running.  Or ingore the signal in the old binary's
+                 * is still running.  Or ignore the signal in the old binary's
                  * process if the new binary's process is already running.
                  */