1
0
Fork 0
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:
JanHoefelmeyer 2023-02-03 09:28:05 +01:00 committed by Sascha L. Teichmann
parent ffb29f5ba4
commit 80195a24c3

View file

@ -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