From: Jonathan Boulle Date: Mon, 7 Sep 2015 22:43:34 +0000 (-0700) Subject: plugin/ipam: fix typo in error message X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=ac7cd562fd3852372ffdb28dd7d55902a10be3cc;p=plugins.git plugin/ipam: fix typo in error message --- diff --git a/plugin/ipam.go b/plugin/ipam.go index 6718ed2..93a0d5c 100644 --- a/plugin/ipam.go +++ b/plugin/ipam.go @@ -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