Skip to content

Commit

Permalink
Fix typo in splitrt test
Browse files Browse the repository at this point in the history
Signed-off-by: hwipl <[email protected]>
  • Loading branch information
hwipl committed Apr 26, 2024
1 parent 78754c4 commit cca8c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/splitrt/splitrt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func TestSplitRoutingHandleAddressUpdate(t *testing.T) {
t.Errorf("got %v, want %v", got, want)
}

// test with exculde and virtual
// test with exclude and virtual
vpnconf = vpnconfig.New()
vpnconf.Split.ExcludeIPv4 = []*net.IPNet{
{
Expand Down

0 comments on commit cca8c3a

Please sign in to comment.