ipam/allocator: Fix typos in error message
Signed-off-by: Euan Harris <euan.harris@docker.com>
This commit is contained in:
parent
fa29610f7e
commit
ebf0054912
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ func (a *Allocator) getPredefinedPool(as string, ipV6 bool) (*net.IPNet, error)
|
|||
}
|
||||
|
||||
if as != localAddressSpace && as != globalAddressSpace {
|
||||
return nil, types.NotImplementedErrorf("no default pool availbale for non-default addresss spaces")
|
||||
return nil, types.NotImplementedErrorf("no default pool available for non-default address spaces")
|
||||
}
|
||||
|
||||
aSpace, err := a.getAddrSpace(as)
|
||||
|
|
Loading…
Reference in a new issue