linting: apply misspell

This commit is contained in:
Zach Ramsay
2017-09-05 16:52:25 -04:00
committed by Ethan Buchman
parent 46ccbcbff6
commit 1721543e5c
4 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ func (v *Validator) String() string {
}
// Hash computes the unique ID of a validator with a given voting power.
// It exludes the Accum value, which changes with every round.
// It excludes the Accum value, which changes with every round.
func (v *Validator) Hash() []byte {
return wire.BinaryRipemd160(struct {
Address data.Bytes