From ebfa982c721bd027db065d901fdedbc4ed74b15d Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 31 May 2020 18:12:32 +0200 Subject: [PATCH] Fix misspell --- pkg/modules/background/unsplash/unsplash.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/modules/background/unsplash/unsplash.go b/pkg/modules/background/unsplash/unsplash.go index 444f65d990..2b1e4f6079 100644 --- a/pkg/modules/background/unsplash/unsplash.go +++ b/pkg/modules/background/unsplash/unsplash.go @@ -140,7 +140,7 @@ func (p *Provider) Search(search string, page int64) (result []*background.Image } if existsForPage { - log.Debugf("Serving intial unsplash collection for page %d from cache, last updated at %v", page, emptySearchResult.lastCached) + log.Debugf("Serving initial unsplash collection for page %d from cache, last updated at %v", page, emptySearchResult.lastCached) return emptySearchResult.images[page], nil }