1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

English please.

This commit is contained in:
David Manouchehri 2015-11-23 20:05:13 +00:00
parent f5928950a2
commit f24b0aae51

View file

@ -306,7 +306,7 @@ func (a *Allocator) getPredefinedPool(as string, ipV6 bool) (*net.IPNet, error)
} }
if as != localAddressSpace && as != globalAddressSpace { if as != localAddressSpace && as != globalAddressSpace {
return nil, fmt.Errorf("no default pool availbale for non-default addresss spaces") return nil, fmt.Errorf("no default pool available for non-default address spaces")
} }
aSpace, err := a.getAddrSpace(as) aSpace, err := a.getAddrSpace(as)