1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Fix minor typo in code comment

This commit is contained in:
Bernhard Reiter 2022-04-21 16:16:01 +02:00
parent 3d022bba7b
commit dd48fc8b6c
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -137,7 +137,7 @@ func (p *processor) clean() {
} }
// run calls checkDomain function for each domain in the given "domains" parameter. // run calls checkDomain function for each domain in the given "domains" parameter.
// Then it calls the report method on each report from the given "reporters" paramerter for each domain. // Then it calls the report method on each report from the given "reporters" parameter for each domain.
// It returns a pointer to the report and nil, otherwise an error. // It returns a pointer to the report and nil, otherwise an error.
func (p *processor) run(reporters []reporter, domains []string) (*Report, error) { func (p *processor) run(reporters []reporter, domains []string) (*Report, error) {