Skip to content

Commit

Permalink
correct word
Browse files Browse the repository at this point in the history
  • Loading branch information
gojoy committed Feb 17, 2022
1 parent 4c0f7e4 commit 26db915
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added plugins/main/bridge/bridge
Binary file not shown.
2 changes: 1 addition & 1 deletion plugins/main/bridge/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ func cmdDel(args *skel.CmdArgs) error {
return err
}

// call ipam.ExecEel after clean up device in netns
// call ipam.ExecDel after clean up device in netns
if err := ipamDel(); err != nil {
return err
}
Expand Down

0 comments on commit 26db915

Please sign in to comment.