common: fix typo (#17582)

Fixes #17581
This commit is contained in:
ligi 2018-09-04 14:12:16 +02:00 committed by Felix Lange
parent 84084df26c
commit 3e81840061

View File

@ -34,7 +34,7 @@ import (
const (
// HashLength is the expected length of the hash
HashLength = 32
// AddressLength is the expected length of the adddress
// AddressLength is the expected length of the address
AddressLength = 20
)