mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fixed typo in spelling changes.csv.
This commit is contained in:
parent
0d7ca0db53
commit
c334c0aa76
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ func (r *indexReporter) report(p *processor, domain *Domain) {
|
||||||
func (r *changesReporter) report(p *processor, domain *Domain) {
|
func (r *changesReporter) report(p *processor, domain *Domain) {
|
||||||
req := r.requirement(domain)
|
req := r.requirement(domain)
|
||||||
if len(p.badChanges) == 0 {
|
if len(p.badChanges) == 0 {
|
||||||
req.message("No problems with changes.txt found.")
|
req.message("No problems with changes.csv found.")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
req.Messages = p.badChanges
|
req.Messages = p.badChanges
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue