فهرست منبع

swarm/api: fix typo (#17500)

Geon Kim 7 سال پیش
والد
کامیت
1acefafe22
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      swarm/api/api.go

+ 1 - 1
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