Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fadi Abbud committed Mar 22, 2022
1 parent 45ac434 commit 4fae2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/csaf_checker/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,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.
// It return a poiter 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) {

var report Report
Expand Down

0 comments on commit 4fae2ec

Please sign in to comment.