diff --git a/options.go b/options.go index ca8b505646b3eb951ace150f0b9bad4c8d7b0a62..224336ead6b03d08e95398077fa24c5e1a707ef8 100644 --- a/options.go +++ b/options.go @@ -257,7 +257,7 @@ func NATManager(nm config.NATManagerC) Option { // This will both clear any configured listen addrs and prevent libp2p from // applying the default listen address option. It also disables relay, unless the // user explicitly specifies with an option, as the transport creates an implicit -// listen address that would make the node diable through any relay it was connected to. +// listen address that would make the node dialable through any relay it was connected to. var NoListenAddrs = func(cfg *Config) error { cfg.ListenAddrs = []ma.Multiaddr{} if !cfg.RelayCustom {