From a13a7d8732bf5917ba08379acbafedf2a99bb6be Mon Sep 17 00:00:00 2001 From: "Ian A. Mason" Date: Tue, 13 Oct 2020 09:52:46 -0700 Subject: [PATCH] Typo. --- shared/extractor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/extractor.go b/shared/extractor.go index 37a6b89..e49f9a7 100644 --- a/shared/extractor.go +++ b/shared/extractor.go @@ -421,7 +421,7 @@ func extractFiles(ea ExtractionArgs, inputFile string, toc map[string]int) (succ var artifacts []string artifacts, success = ea.Extractor(obj) if !success && ea.StrictExtract { - LogError("Failed to extract obj = %v occurence = %v from %v", obj, i, inputFile) + LogError("Failed to extract obj = %v occurrence = %v from %v", obj, i, inputFile) return } LogInfo("\t%v\n", artifacts)