From 3e8184006189b57e2d998313ef0fa75429b0c5bc Mon Sep 17 00:00:00 2001
From: ligi <ligi@ligi.de>
Date: Tue, 4 Sep 2018 14:12:16 +0200
Subject: [PATCH] common: fix typo (#17582)

Fixes #17581
---
 common/types.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/types.go b/common/types.go
index 71fe5c95c..a4b999526 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
 )
 
-- 
GitLab