diff options
| author | Nick White <git@njw.name> | 2025-12-01 23:23:24 +0000 |
|---|---|---|
| committer | Nick White <git@njw.name> | 2025-12-01 23:23:24 +0000 |
| commit | 6d4a9d1e8d250d2a3fa4f046730bdae4f6d77201 (patch) | |
| tree | f93783261bfb348faf0016937f47d5efbfd1f636 /internal/pipeline/pipeline.go | |
| parent | 101413ed7df011d90ca9c8c1af1705f07b865028 (diff) | |
| parent | 711f80eec5d970b377a1c1e15f6914bbd152a11a (diff) | |
Merge remote-tracking branch 'github/master'
Diffstat (limited to 'internal/pipeline/pipeline.go')
| -rw-r--r-- | internal/pipeline/pipeline.go | 2 |
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) |
