From 46ac7453743f0bd889d0be3505bde2521f9f0336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 7 Aug 2017 20:19:24 +0200 Subject: all: Fix spelling And some other minor issues. --- hugolib/handler_base.go | 4 ++-- hugolib/hugo_sites.go | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'hugolib') diff --git a/hugolib/handler_base.go b/hugolib/handler_base.go index 10698ea7a..d7e4a63a3 100644 --- a/hugolib/handler_base.go +++ b/hugolib/handler_base.go @@ -25,12 +25,12 @@ type Handler interface { Extensions() []string } -// Handle identifies functionality assosiated with certain file extentions. +// Handle identifies functionality associated with certain file extensions. type Handle struct { extensions []string } -// Extensions returns a list of extentions. +// Extensions returns a list of extensions. func (h Handle) Extensions() []string { return h.extensions } diff --git a/hugolib/hugo_sites.go b/hugolib/hugo_sites.go index c3829fb1d..e763588bd 100644 --- a/hugolib/hugo_sites.go +++ b/hugolib/hugo_sites.go @@ -381,7 +381,6 @@ func (h *HugoSites) createMissingPages() error { } if !foundTaxonomyTermsPage { - foundTaxonomyTermsPage = true n := s.newTaxonomyTermsPage(plural) s.Pages = append(s.Pages, n) newPages = append(newPages, n) -- cgit v1.2.3