# HG changeset patch # User Igor Sysoev # Date 1158390733 0 # Node ID deb2ce14a5004b630fff2bdaa0ac33a542eb6a43 # Parent 36c51f8f0f4dfd550e2a5ac1f789ccce0095a0b1 fix typo diff --git a/src/os/unix/ngx_process.c b/src/os/unix/ngx_process.c --- 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. */