plugin/ipam: fix typo in error message

This commit is contained in:
Jonathan Boulle 2015-09-07 15:43:34 -07:00
parent 169f8e0a52
commit ac7cd562fd

View File

@ -122,7 +122,7 @@ func ConfigureIface(ifName string, res *Result) error {
}
if err := netlink.LinkSetUp(link); err != nil {
return fmt.Errorf("failed too set %q UP: %v", ifName, err)
return fmt.Errorf("failed to set %q UP: %v", ifName, err)
}
// TODO(eyakubovich): IPv6