From 4560a7376347922456b791c778671b40931bb219 Mon Sep 17 00:00:00 2001 From: Panagiotis Moustafellos Date: Thu, 28 May 2015 16:14:27 +0300 Subject: [PATCH] typo fix ocd kicking in :) --- github/github.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/github.go b/github/github.go index 53c8c9b..3aa643c 100644 --- a/github/github.go +++ b/github/github.go @@ -224,7 +224,7 @@ type Response struct { Rate } -// newResponse creats a new Response for the provided http.Response. +// newResponse creates a new Response for the provided http.Response. func newResponse(r *http.Response) *Response { response := &Response{Response: r} response.populatePageValues()