commit | 629be0ab7d1eef4a0e0e83f76266c831eeece290 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Sat Sep 16 07:12:13 2006 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Sat Sep 16 07:12:13 2006 +0000 |
tree | 0b2c3e226b5a4c35e66528c425c0beb85ef0da7b | |
parent | 8f4a18feaf917e9a052dc5dcc53fa3891626a293 [diff] |
fix typo
diff --git a/src/os/unix/ngx_process.c b/src/os/unix/ngx_process.c index 5e88ef3..a1454b6 100644 --- a/src/os/unix/ngx_process.c +++ b/src/os/unix/ngx_process.c
@@ -338,7 +338,7 @@ /* * 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. */