Skip to content

Commit 250c225

Browse files
committed
Minor spelling fix ("likey" => "likely")
1 parent 5fc6ba5 commit 250c225

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)