From d0af550bb7c72b6b2ac7169f8c1d948cf1536c3c Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 29 Aug 2024 12:35:45 +0200 Subject: Fix some typos and grammar in documentation and error message The typos were found and fixed by `codespell` and `typos`. Signed-off-by: Stefan Weil --- internal/pipeline/pipeline.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/pipeline') diff --git a/internal/pipeline/pipeline.go b/internal/pipeline/pipeline.go index d8beeb9..ae35ec8 100644 --- a/internal/pipeline/pipeline.go +++ b/internal/pipeline/pipeline.go @@ -356,7 +356,7 @@ func Analyse(conn Downloader, mkfullpdf bool) func(context.Context, chan string, if err != nil { for range toanalyse { } // consume the rest of the receiving channel so it isn't blocked - errc <- fmt.Errorf("Error retreiving confidence for %s: %s", path, err) + errc <- fmt.Errorf("Error retrieving confidence for %s: %s", path, err) return } base := filepath.Base(path) -- cgit v1.2.1-24-ge1ad