Co-Authored-By: Yusef Napora <yusef@protocol.ai>
This commit is contained in:
vyzo 2020-04-28 18:48:03 +03:00
parent 213da1cf8c
commit 5a7a4fcf84

View File

@ -154,7 +154,7 @@ func (v *validation) AddValidator(req *addValReq) {
validator = v
default:
req.resp <- fmt.Errorf("Unknown validator type for topic %s; must be an instance of Validator or ValiatorEx", topic)
req.resp <- fmt.Errorf("Unknown validator type for topic %s; must be an instance of Validator or ValidatorEx", topic)
return
}