Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Aug 18, 2024
1 parent b5645b4 commit b0d1f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnels/layer3/sender/sender.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static void upStream(tunnel_t *self, context_t *c)
}
else
{
LOGF("Layer3Sender: non ip packets is assumed to be per filtered by receiver node");
LOGF("Layer3Sender: non ip packets is assumed to be pre-filtered by receiver node");
exit(1);
}

Expand Down

0 comments on commit b0d1f85

Please sign in to comment.