summaryrefslogtreecommitdiff
path: root/internal/pipeline
diff options
context:
space:
mode:
authorNick White <git@njw.name>2025-12-01 23:23:24 +0000
committerNick White <git@njw.name>2025-12-01 23:23:24 +0000
commit6d4a9d1e8d250d2a3fa4f046730bdae4f6d77201 (patch)
treef93783261bfb348faf0016937f47d5efbfd1f636 /internal/pipeline
parent101413ed7df011d90ca9c8c1af1705f07b865028 (diff)
parent711f80eec5d970b377a1c1e15f6914bbd152a11a (diff)
Merge remote-tracking branch 'github/master'
Diffstat (limited to 'internal/pipeline')
-rw-r--r--internal/pipeline/pipeline.go2
1 files changed, 1 insertions, 1 deletions
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)