Skip to content

Commit

Permalink
English please.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manouchehri committed Nov 23, 2015
1 parent 54948e2 commit 07852b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipam/allocator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 07852b5

Please sign in to comment.