English please.

This commit is contained in:
David Manouchehri 2015-11-23 20:05:13 +00:00
parent f5928950a2
commit f24b0aae51
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ func (a *Allocator) getPredefinedPool(as string, ipV6 bool) (*net.IPNet, error)
}
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)