From adfba3fdff151e4c001a295a21beec12a08772c2 Mon Sep 17 00:00:00 2001 From: KimMachineGun Date: Fri, 24 Aug 2018 19:41:22 +0900 Subject: [PATCH] swarm/api: fix typo --- swarm/api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/api/api.go b/swarm/api/api.go index adf469cfaa..1429c2f1d1 100644 --- a/swarm/api/api.go +++ b/swarm/api/api.go @@ -111,7 +111,7 @@ func (e *NoResolverError) Error() string { } // MultiResolver is used to resolve URL addresses based on their TLDs. -// Each TLD can have multiple resolvers, and the resoluton from the +// Each TLD can have multiple resolvers, and the resolution from the // first one in the sequence will be returned. type MultiResolver struct { resolvers map[string][]ResolveValidator