comparison src/os/unix/ngx_process.c @ 698:deb2ce14a500

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Sat, 16 Sep 2006 07:12:13 +0000
parents 9c2f3ed7a247
children cbe0292e53b3
comparison
equal deleted inserted replaced
697:36c51f8f0f4d 698:deb2ce14a500
336 if (getppid() > 1 || ngx_new_binary > 0) { 336 if (getppid() > 1 || ngx_new_binary > 0) {
337 337
338 /* 338 /*
339 * Ignore the signal in the new binary if its parent is 339 * Ignore the signal in the new binary if its parent is
340 * not the init process, i.e. the old binary's process 340 * not the init process, i.e. the old binary's process
341 * is still running. Or ingore the signal in the old binary's 341 * is still running. Or ignore the signal in the old binary's
342 * process if the new binary's process is already running. 342 * process if the new binary's process is already running.
343 */ 343 */
344 344
345 action = ", ignoring"; 345 action = ", ignoring";
346 ignore = 1; 346 ignore = 1;