From 2e1ef66a5195f174fdd40c539b3c15377ae2778f Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 21 Dec 2021 21:09:22 +0100 Subject: [PATCH] Fix typo in options.go Co-authored-by: Marten Seemann Signed-off-by: Ettore Di Giacinto --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index 863d519597..915938b857 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