Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 16, 2024
1 parent 739efc6 commit 4e5c804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnels/adapters/listener/listener.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tunnel_t *newListener(node_instance_context_t *instance_info)

state->tcp_inbound_node = tcp_inbound_node;
state->udp_inbound_node = udp_inbound_node;
// this is enough, node map will run these and perform chainging
// this is enough, node map will run these and perform chaining
registerNode(tcp_inbound_node, settings);
registerNode(udp_inbound_node, settings);

Expand Down

0 comments on commit 4e5c804

Please sign in to comment.