diff options
author | Max Romanov <max.romanov@nginx.com> | 2018-09-07 18:45:14 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2018-09-07 18:45:14 +0300 |
commit | 903ee2de6419cd2b0a29c4f3017a6795dd168741 (patch) | |
tree | dcc76b8d7bbeff8137dc1ecb123b1e246a23dbd2 /src/nxt_main_process.c | |
parent | 511a0fa7605e61f90e524edfbcbefa230573e32f (diff) | |
download | unit-903ee2de6419cd2b0a29c4f3017a6795dd168741.tar.gz unit-903ee2de6419cd2b0a29c4f3017a6795dd168741.tar.bz2 |
Misspelled variable names fixed.
Diffstat (limited to 'src/nxt_main_process.c')
-rw-r--r-- | src/nxt_main_process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_main_process.c b/src/nxt_main_process.c index 31e7ca9a..0ecac06a 100644 --- a/src/nxt_main_process.c +++ b/src/nxt_main_process.c @@ -899,7 +899,7 @@ nxt_main_cleanup_worker_process(nxt_task_t *task, nxt_pid_t pid) port = nxt_process_port_first(process); - if (nxt_proc_remove_notify_martix[ptype][port->type] == 0) { + if (nxt_proc_remove_notify_matrix[ptype][port->type] == 0) { continue; } |