plugin/ipam: fix typo in error message
authorJonathan Boulle <jonathanboulle@gmail.com>
Mon, 7 Sep 2015 22:43:34 +0000 (15:43 -0700)
committerJonathan Boulle <jonathanboulle@gmail.com>
Mon, 7 Sep 2015 22:43:34 +0000 (15:43 -0700)
plugin/ipam.go

index 6718ed2..93a0d5c 100644 (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