spelling: significantly

This commit is contained in:
Josh Soref
2018-03-11 18:56:45 +00:00
parent ef6a98388a
commit 8fc465cdf0

View File

@@ -263,7 +263,7 @@ func (a *TestAgent) Client() *api.Client {
// pickRandomPorts selects random ports from fixed size random blocks of
// ports. This does not eliminate the chance for port conflict but
// reduces it significanltly with little overhead. Furthermore, asking
// reduces it significantly with little overhead. Furthermore, asking
// the kernel for a random port by binding to port 0 prolongs the test
// execution (in our case +20sec) while also not fully eliminating the
// chance of port conflicts for concurrently executed test binaries.