summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_port.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_port.c')
-rw-r--r--src/nxt_port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_port.c b/src/nxt_port.c
index c4b2af96..3d18fa67 100644
--- a/src/nxt_port.c
+++ b/src/nxt_port.c
@@ -195,7 +195,7 @@ nxt_port_send_new_port(nxt_task_t *task, nxt_runtime_t *rt,
port = nxt_process_port_first(process);
- if (nxt_proc_conn_martix[port->type][new_port->type]) {
+ if (nxt_proc_conn_matrix[port->type][new_port->type]) {
(void) nxt_port_send_port(task, port, new_port, stream);
}