From b9e3398ca47c934930bdd91fb3496e0a50c98c37 Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Wed, 3 Feb 2016 16:08:36 +0900 Subject: [PATCH] fix typo --- lib/coreget.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/coreget.go b/lib/coreget.go index 8a04eedd..b0d69958 100644 --- a/lib/coreget.go +++ b/lib/coreget.go @@ -102,7 +102,7 @@ func (c *Conn) ExistsBool(index string, _type string, id string, args map[string return httpStatusCode == http.StatusOK, err } -// ExistsIndex allows caller to check for the existance of an index or a type using HEAD +// ExistsIndex allows caller to check for the existence of an index or a type using HEAD func (c *Conn) ExistsIndex(index string, _type string, args map[string]interface{}) (bool, error) { var url string