From 056f0fc6d64f757d5f30dab9fb887001af983a91 Mon Sep 17 00:00:00 2001 From: Fadi Abbud Date: Tue, 8 Mar 2022 11:28:55 +0100 Subject: [PATCH] Typo --- cmd/csaf_checker/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/csaf_checker/main.go b/cmd/csaf_checker/main.go index 0e5a572..1f60207 100644 --- a/cmd/csaf_checker/main.go +++ b/cmd/csaf_checker/main.go @@ -76,7 +76,7 @@ type nopCloser struct{ io.Writer } func (nc *nopCloser) Close() error { return nil } -// writeReport defines where to write the report according to the "output" flag options. +// writeReport defines where to write the report according to the "output" flag option. // It calls also the "writeJSON" or "writeHTML" function according to the "format" flag option. func writeReport(report *Report, opts *options) error {