1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Fix minor typos in code comments

This commit is contained in:
Bernhard Reiter 2022-04-21 15:40:56 +02:00
parent fb61bc349f
commit cbb41588ea
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554
3 changed files with 6 additions and 5 deletions

View file

@ -89,7 +89,7 @@ func (r *redirectsReporter) report(p *processor, domain *Domain) {
req.Messages = keys
}
// report tests if an provider-metatdata.json are available and sets the
// report tests if an provider-metadata.json are available and sets the
// "message" field value of the "Requirement" struct as a result of that.
func (r *providerMetadataReport) report(p *processor, domain *Domain) {
req := r.requirement(domain)