Explorar o código

common: fix typo (#17582)

Fixes #17581
ligi %!s(int64=7) %!d(string=hai) anos
pai
achega
3e81840061
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/types.go

+ 1 - 1
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
 )