Skip to content

Commit

Permalink
Fixed spelling mistage in the code. Fixes #79 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar authored Jun 22, 2023
1 parent 0eb9471 commit 622fa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func initCheckers(config string) []CheckFunc {

maker, ok := makers[name]
if !ok {
panic(fmt.Sprintf("checker %s is unkown", name))
panic(fmt.Sprintf("checker %s is unknown", name))
}

checkers[i] = maker(params)
Expand Down

0 comments on commit 622fa89

Please sign in to comment.