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

Add docs and fix output.

This commit is contained in:
Sascha L. Teichmann 2023-08-01 09:54:43 +02:00
parent 2864176111
commit 8aa31984df
3 changed files with 18 additions and 3 deletions

View file

@ -349,7 +349,7 @@ nextAdvisory:
if d.cfg.ignoreURL(file.URL()) {
if d.cfg.Verbose {
log.Printf("Igoring %q.\n", file.URL())
log.Printf("Ignoring %q.\n", file.URL())
}
continue
}