From 49997d07cf0a0d5ab5c500d1c476bd5923bb62a7 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 6 Mar 2017 21:29:30 -0800 Subject: [PATCH] Fix typo in comment --- disco/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/client_test.go b/disco/client_test.go index df7d3b21..633ff818 100644 --- a/disco/client_test.go +++ b/disco/client_test.go @@ -9,7 +9,7 @@ import ( "testing" ) -// Test_NewClient tests that a new disco client can be instantied. Nothing more. +// Test_NewClient tests that a new disco client can be instantiated. Nothing more. func Test_NewClient(t *testing.T) { c := New("https://discovery.rqlite.com") if c == nil {