From 1ca6e371cedbc40c5e5fce98a8dff070977a4e8b Mon Sep 17 00:00:00 2001 From: Dejan Bosanac Date: Mon, 3 Jul 2023 17:30:05 +0200 Subject: [PATCH] fix: typo --- pkg/handler/processor/csaf/csaf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/handler/processor/csaf/csaf.go b/pkg/handler/processor/csaf/csaf.go index 202d5360cc6..f01c1ee1df7 100644 --- a/pkg/handler/processor/csaf/csaf.go +++ b/pkg/handler/processor/csaf/csaf.go @@ -40,7 +40,7 @@ func (p *CSAFProcessor) ValidateSchema(d *processor.Document) error { return err } - return fmt.Errorf("unable to support parsing of SPDX document format: %v", d.Format) + return fmt.Errorf("unable to support parsing of CSAF document format: %v", d.Format) } // Unpack takes in the document and tries to unpack it