From b4d23769864cd9c0e7bbdba09ca7c089c8cfa8c6 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 4 Jan 2022 08:15:24 +0100 Subject: [PATCH] fix typo in options.go (#1274) Co-authored-by: Marten Seemann Signed-off-by: Ettore Di Giacinto Co-authored-by: Marten Seemann --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index 863d51959..915938b85 100644 --- a/options.go +++ b/options.go @@ -233,7 +233,7 @@ func DisableRelay() Option { } // EnableRelayService configures libp2p to run a circuit v2 relay, -// if we dected that we're publicly reachable. +// if we detect that we're publicly reachable. func EnableRelayService(opts ...relayv2.Option) Option { return func(cfg *Config) error { cfg.EnableRelayService = true