From cafa5172d3b2099a5bb9680224b553538094f880 Mon Sep 17 00:00:00 2001 From: ligi Date: Tue, 4 Sep 2018 11:09:01 +0200 Subject: [PATCH] common: Fix typo - closes #17581 --- common/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/types.go b/common/types.go index 71fe5c95cd..a4b9995267 100644 --- a/common/types.go +++ b/common/types.go @@ -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 )