Merge "Fix typo"

This commit is contained in:
Zuul 2020-08-21 09:38:01 +00:00 committed by Gerrit Code Review
commit a8e97569a8
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ func cmdAdd(args *skel.CmdArgs) error {
vif := VIF{}
err = json.Unmarshal(body, &vif)
if err != nil {
return errors.Wrapf(err, "Error when reading response from kurry-daemon: %s", string(body))
return errors.Wrapf(err, "Error when reading response from kuryr-daemon: %s", string(body))
}
iface := current.Interface{}