diff --git a/cmd/csaf_checker/processor.go b/cmd/csaf_checker/processor.go index a8be6a0..11e2ca7 100644 --- a/cmd/csaf_checker/processor.go +++ b/cmd/csaf_checker/processor.go @@ -137,7 +137,7 @@ func (p *processor) clean() { } // 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. func (p *processor) run(reporters []reporter, domains []string) (*Report, error) {