Fix misspell

This commit is contained in:
kolaente 2020-05-31 18:12:32 +02:00
parent 2fa4fcc202
commit ebfa982c72
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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
}