Skip to content

Commit

Permalink
chore: spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bressi <bruno.bressi@telekom.de>
  • Loading branch information
puffitos committed Sep 11, 2024
1 parent e948f8d commit efdc105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/checks/traceroute/traceroute.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func TraceRoute(ctx context.Context, cfg tracerouteConfig) (map[int][]Hop, error
}

// if we don't add the +1, this causes issues, when the user does not want to retry,
// since the channels size would be zero, blocking all threads from sending
// since the channel's size would be zero, blocking all threads from sending
queueSize := cfg.MaxHops * (1 + cfg.Rc.Count)
results := make(chan Hop, queueSize)
var wg sync.WaitGroup
Expand Down

0 comments on commit efdc105

Please sign in to comment.