mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
improve phrasing in checker 'has not a'
This commit is contained in:
parent
ffb29f5ba4
commit
80195a24c3
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ func (p *processor) integrity(
|
||||||
// Check if the filename is conforming.
|
// Check if the filename is conforming.
|
||||||
p.badFilenames.use()
|
p.badFilenames.use()
|
||||||
if !util.ConformingFileName(filepath.Base(u)) {
|
if !util.ConformingFileName(filepath.Base(u)) {
|
||||||
p.badFilenames.error("%s has not a conforming filename.", u)
|
p.badFilenames.error("%s does not have a conforming filename.", u)
|
||||||
}
|
}
|
||||||
|
|
||||||
var folderYear *int
|
var folderYear *int
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue