Skip to content

Commit 4b9a116

Browse files
committed
Merge pull request #725 from palfrey/patch-1
Minor spelling fix ("likey" => "likely")
2 parents 5fc6ba5 + 250c225 commit 4b9a116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ipam/allocator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ func (a *Allocator) getAddrSpace(as string) (*addrSpace, error) {
195195
defer a.Unlock()
196196
aSpace, ok := a.addrSpaces[as]
197197
if !ok {
198-
return nil, types.BadRequestErrorf("cannot find address space %s (most likey the backing datastore is not configured)", as)
198+
return nil, types.BadRequestErrorf("cannot find address space %s (most likely the backing datastore is not configured)", as)
199199
}
200200
return aSpace, nil
201201
}

0 commit comments

Comments
 (0)