Commit 7b431678 authored by vyzo's avatar vyzo Committed by Steven Allen

fix typo

parent c2b139aa
......@@ -65,7 +65,7 @@ func parseCIDR(cidrs []string) []*net.IPNet {
return ipnets
}
// IsPublicAddr retruns true if the IP part of the multiaddr is a publically routable address
// IsPublicAddr retruns true if the IP part of the multiaddr is a publicly routable address
func IsPublicAddr(a ma.Multiaddr) bool {
ip, err := a.ValueForProtocol(ma.P_IP4)
if err == nil {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment