Misspelled variable names fixed.

This commit is contained in:
Max Romanov
2018-09-07 18:45:14 +03:00
parent 511a0fa760
commit 903ee2de64
4 changed files with 7 additions and 7 deletions

View File

@@ -72,9 +72,9 @@ typedef struct {
} nxt_process_t;
extern nxt_bool_t nxt_proc_conn_martix[NXT_PROCESS_MAX][NXT_PROCESS_MAX];
extern nxt_bool_t nxt_proc_conn_matrix[NXT_PROCESS_MAX][NXT_PROCESS_MAX];
extern nxt_bool_t
nxt_proc_remove_notify_martix[NXT_PROCESS_MAX][NXT_PROCESS_MAX];
nxt_proc_remove_notify_matrix[NXT_PROCESS_MAX][NXT_PROCESS_MAX];
NXT_EXPORT nxt_pid_t nxt_process_create(nxt_task_t *task,
nxt_process_t *process);