Skip to content

Commit

Permalink
common: fix typo (#17582)
Browse files Browse the repository at this point in the history
Fixes #17581
  • Loading branch information
ligi authored and fjl committed Sep 4, 2018
1 parent 84084df commit 3e81840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 3e81840

Please sign in to comment.