Merge pull request #2269 from mirake/fix-typo

Fix typo: assigment -> assignment
This commit is contained in:
Christopher Adam Telfer 2018-09-13 09:50:25 -04:00 committed by GitHub
commit 460ff4e822

View file

@ -24,7 +24,7 @@ func (d *driver) CreateEndpoint(nid, eid string, ifInfo driverapi.InterfaceInfo,
return fmt.Errorf("network id %q not found", nid)
}
if ifInfo.MacAddress() != nil {
return fmt.Errorf("%s interfaces do not support custom mac address assigment", ipvlanType)
return fmt.Errorf("%s interfaces do not support custom mac address assignment", ipvlanType)
}
ep := &endpoint{
id: eid,