From 4e461c16e70250eda31a5ba881f15abe34fea250 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Mon, 20 Feb 2017 18:20:17 +0000 Subject: [PATCH] Fix typo --- src/github.com/matrix-org/go-neb/services/imgur/imgur.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/go-neb/services/imgur/imgur.go b/src/github.com/matrix-org/go-neb/services/imgur/imgur.go index c71b30e..b6af10e 100644 --- a/src/github.com/matrix-org/go-neb/services/imgur/imgur.go +++ b/src/github.com/matrix-org/go-neb/services/imgur/imgur.go @@ -40,7 +40,7 @@ type imgurGalleryImage struct { Topic string `json:"topic"` // topic string Topic of the gallery image. Section string `json:"section"` // section string If the image has been categorized by our backend then this will contain the section the image belongs in. (funny, cats, adviceanimals, wtf, etc) IsAlbum bool `json:"is_album"` // is_album boolean If it's an album or not - // ** Uninplemented fields ** + // ** Unimplemented fields ** // bandwidth integer Bandwidth consumed by the image in bytes // deletehash string OPTIONAL, the deletehash, if you're logged in as the image owner // comment_count int Number of comments on the gallery image.