Browse Source

fix spelling in comment

Shawn Smith 10 years ago
committed by Will Norris
parent
commit
1c7a393f78
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/integration/github_test.go

+ 1
- 1
tests/integration/github_test.go View File

@ -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
}


Loading…
Cancel
Save