From 1c7a393f788d9c5f694fd533950ef4e441ab04fb Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Tue, 12 Jan 2016 00:00:07 +0900 Subject: [PATCH] fix spelling in comment --- tests/integration/github_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/github_test.go b/tests/integration/github_test.go index 6d2306c..4a10db7 100644 --- a/tests/integration/github_test.go +++ b/tests/integration/github_test.go @@ -56,7 +56,7 @@ func createRandomTestRepository(owner string, autoinit bool) (*github.Repository _, resp, err := client.Repositories.Get(owner, repoName) if err != nil { if resp.StatusCode == http.StatusNotFound { - // found a non-existant repo, perfect + // found a non-existent repo, perfect break }