From 5834054ad8d6be538128b8ddf3450bee15fffc30 Mon Sep 17 00:00:00 2001 From: vyzo Date: Fri, 28 Sep 2018 12:50:53 +0300 Subject: [PATCH] fix typo --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index ca8b505..224336e 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 { -- GitLab