Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Dejan Bosanac <dbosanac@redhat.com>
  • Loading branch information
dejanb committed Jul 3, 2023
1 parent b8155fc commit a03fb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handler/processor/csaf/csaf.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a03fb1a

Please sign in to comment.