swarm/api: fix typo

This commit is contained in:
KimMachineGun 2018-08-24 19:41:22 +09:00
parent c134e00e48
commit adfba3fdff

View file

@ -111,7 +111,7 @@ func (e *NoResolverError) Error() string {
} }
// MultiResolver is used to resolve URL addresses based on their TLDs. // 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. // first one in the sequence will be returned.
type MultiResolver struct { type MultiResolver struct {
resolvers map[string][]ResolveValidator resolvers map[string][]ResolveValidator