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