From 8fc465cdf064207372be6bc500f0f734175681d5 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 18:56:45 +0000 Subject: [PATCH] spelling: significantly --- command/agent/testagent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/testagent.go b/command/agent/testagent.go index 6e309b7a5..3ad4f9bf2 100644 --- a/command/agent/testagent.go +++ b/command/agent/testagent.go @@ -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.