From 1acefafe2201ba061a58b51afd7a7edf4aa0f120 Mon Sep 17 00:00:00 2001
From: Geon Kim <geon0250@gmail.com>
Date: Mon, 27 Aug 2018 17:51:58 +0900
Subject: swarm/api: fix typo (#17500)

---
 swarm/api/api.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'swarm/api/api.go')

diff --git a/swarm/api/api.go b/swarm/api/api.go
index 0d08eeea8..d733ad989 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
-- 
cgit