Fix typo.
authorWard Vandewege <wvandewege@veritasgenetics.com>
Tue, 17 Jul 2018 17:14:44 +0000 (13:14 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Tue, 17 Jul 2018 17:14:44 +0000 (13:14 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

services/keepproxy/keepproxy_test.go

index e87fa4afd0db660c16af8a7ec78e68027620c531..dc70d968e2992a16581694ac70bbf42ba92f93ba 100644 (file)
@@ -617,7 +617,7 @@ func (s *ServerRequiredSuite) TestAskGetKeepProxyConnectionError(c *C) {
        kc := runProxy(c, nil, false)
        defer closeListener()
 
-       // Point keepproxy to a non-existant keepstore
+       // Point keepproxy at a non-existent keepstore
        locals := map[string]string{
                TestProxyUUID: "http://localhost:12345",
        }