From c57f2508904a3f288e5d104f78daa59b54d2d615 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Tue, 28 Apr 2015 11:00:21 -0700 Subject: [PATCH] typo: s/GitHib/GitHub/ (fixes #177) --- github/issues_labels.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/issues_labels.go b/github/issues_labels.go index 5ad25c1..88f9f3f 100644 --- a/github/issues_labels.go +++ b/github/issues_labels.go @@ -7,7 +7,7 @@ package github import "fmt" -// Label represents a GitHib label on an Issue +// Label represents a GitHub label on an Issue type Label struct { URL *string `json:"url,omitempty"` Name *string `json:"name,omitempty"`